rultor.com logo This build log was produced by rultor.com for polystat/py2eo#465
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2523749
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri Oct 27 10:38:55 AM CEST 2023
+ uptime
 10:38:55 up 43 days, 13:52,  0 users,  load average: 0.60, 0.20, 0.06
+ ff=default
+ image=yegor256/rultor-image:1.21.0
+ rebase=false
+ head_branch=master
+ pull_title='Bump some dependencies and fix CI'
+ author=yegor256
+ directory=
+ head=git@github.com:polystat/py2eo.git
+ pull_id=465
+ fork=git@github.com:bugdea1er/py2eo.git
+ fork_branch=parser
+ squash=false
+ vars=('--env=head=git@github.com:polystat/py2eo.git' '--env=pull_id=465' '--env=fork=git@github.com:bugdea1er/py2eo.git' '--env=fork_branch=parser' '--env=head_branch=master' '--env=pull_title=Bump some dependencies and fix CI' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/py2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=465'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:bugdea1er/py2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=parser'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Bump some dependencies and fix CI'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo update-java-alternatives --set /usr/lib/jvm/java-1.17.0-openjdk-amd64'\'' '\'';'\'' '\''export JAVA_HOME=/usr/lib/jvm/java-17'\'' '\'';'\'' '\''mvn clean install'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:polystat/py2eo.git'\''' ';' 'export '\''pull_id=465'\''' ';' 'export '\''fork=git@github.com:bugdea1er/py2eo.git'\''' ';' 'export '\''fork_branch=parser'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Bump some dependencies and fix CI'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo update-java-alternatives --set /usr/lib/jvm/java-1.17.0-openjdk-amd64' ';' 'export JAVA_HOME=/usr/lib/jvm/java-17' ';' 'mvn clean install' ';')
+ container=polystat_py2eo_465
+ as_root=false
+ hostname
b3.rultor.com
+ pwd
/tmp/rultor-6pL1
+ git --version
git version 2.34.1
+ docker --version
Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com: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 '\''pull_id=465'\''' ';' 'export '\''fork=git@github.com:bugdea1er/py2eo.git'\''' ';' 'export '\''fork_branch=parser'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Bump some dependencies and fix CI'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo update-java-alternatives --set /usr/lib/jvm/java-1.17.0-openjdk-amd64' ';' 'export JAVA_HOME=/usr/lib/jvm/java-17' ';' 'mvn clean install' ';'
+ sensitive=()
+ rm -rf .gnupg
+ cd repo
+ git remote add fork git@github.com:bugdea1er/py2eo.git
+ git remote update
Fetching origin
Fetching fork
From github.com:bugdea1er/py2eo
 * [new branch]        master     -> fork/master
 * [new branch]        parser     -> fork/parser
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
+ git checkout -B __rultor fork/parser
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'parser' from 'fork'.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
Your branch is up to date with 'origin/master'.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Merge made by the 'ort' strategy.
 .github/workflows/github-ci.yml                    |  2 +-
 parser/pom.xml                                     |  2 +-
 .../polystat/py2eo/parser/ParserPrinterIT.scala    | 76 --------------------
 .../org/polystat/py2eo/parser/PyParserIT.scala     | 83 ++++++++++++++++++++++
 pom.xml                                            |  3 +-
 transpiler/pom.xml                                 |  2 +-
 6 files changed, 88 insertions(+), 80 deletions(-)
 delete mode 100644 parser/src/test/scala/org/polystat/py2eo/parser/ParserPrinterIT.scala
 create mode 100644 parser/src/test/scala/org/polystat/py2eo/parser/PyParserIT.scala
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.06
++ echo 0.06 '>' 30
++ bc
./run.sh: line 111: bc: command not found
+ '[' -eq 1 ']'
./run.sh: line 111: [: -eq: unary operator expected
+ echo 'load average is 0.06, low enough to run a new Docker container'
load average is 0.06, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.21.0
+ docker pull yegor256/rultor-image:1.21.0
1.21.0: Pulling from yegor256/rultor-image
Digest: sha256:958cbdc4e6932edafa924d78102a694cb1a60d4f4cd7bc7157e4d194d397a6a0
Status: Image is up to date for yegor256/rultor-image:1.21.0
docker.io/yegor256/rultor-image:1.21.0
+ docker ps --filter=status=exited
+ grep --quiet '\spolystat_py2eo_465\s*$'
+ ls -al .
total 60
drwx------  3 rultor rultor 4096 Oct 27 10:39 .
drwxrwxrwt 13 root   root   4096 Oct 27 10:38 ..
-rw-rw-r--  1 rultor rultor    9 Oct 27 10:38 docker-password
-rwxrwxr-x  1 rultor rultor  556 Oct 27 10:38 end.sh
-rwxrwxr-x  1 rultor rultor  363 Oct 27 10:39 entry.sh
-rw-rw-r--  1 rultor rultor    8 Oct 27 10:38 pid
-rw-rw-r--  1 rultor rultor 1228 Oct 27 10:38 pubring.gpg
drwxrwxr-x  6 rultor rultor 4096 Oct 27 10:39 repo
-rwxrwxr-x  1 rultor rultor 5859 Oct 27 10:38 run.sh
-rw-rw-r--  1 rultor rultor  586 Oct 27 10:39 script.sh
-rw-rw-r--  1 rultor rultor 2530 Oct 27 10:38 secring.gpg
-rw-rw-r--  1 rultor rultor  459 Oct 27 10:38 settings.xml
-rw-rw-r--  1 rultor rultor 5599 Oct 27 10:39 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-6pL1:/main --env=head=git@github.com:polystat/py2eo.git --env=pull_id=465 --env=fork=git@github.com:bugdea1er/py2eo.git --env=fork_branch=parser --env=head_branch=master '--env=pull_title=Bump some dependencies and fix CI' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/py2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=465'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:bugdea1er/py2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=parser'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Bump some dependencies and fix CI'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo update-java-alternatives --set /usr/lib/jvm/java-1.17.0-openjdk-amd64'\'' '\'';'\'' '\''export JAVA_HOME=/usr/lib/jvm/java-17'\'' '\'';'\'' '\''mvn clean install'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-6pL1/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=polystat_py2eo_465 yegor256/rultor-image:1.21.0 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
+ 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/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /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
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
+ 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
++ export PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest
++ PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest
++ source /usr/local/rvm/scripts/rvm
+++ builtin test -n '5.1.16(1)-release' -o -n '' -o -n ''
+++ case "`uname`" in
++++ uname
+++ case "$(command uname -o)" in
++++ command uname -o
++++ command ps -p 282 -o ucomm=
+++ __shell_name=script.sh
+++ case "$__shell_name" in
+++ unset __shell_name
+++ __rvm_has_opt posix
+++ [[ -n '' ]]
+++ [[ -n '' ]]
+++ [[ -n 5.1.16(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 '' ]]
++++ umask
+++ export rvm_stored_umask=0002
+++ rvm_stored_umask=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 '' ]]
+++ case "$rvm_path" in
+++ rvm_user_install_flag=0
+++ export rvm_loaded_flag
+++ [[ -n 5.1.16(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.1.16(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.1.16(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
++++++ _system_info='Linux docker 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 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
++++++ _system_arch=x86_64
++++++ case "$(command uname)" in
+++++++ command 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=22.04
+++++++ uname -m
++++++ _system_arch=x86_64
++++++ return 0
++++++ :
++++++ _system_type=Linux
++++++ _system_name=Ubuntu
+++++++ echo Ubuntu
+++++++ command tr '[A-Z]' '[a-z]'
++++++ _system_name_lowercase=ubuntu
++++++ _system_version=22.04
++++++ _system_arch=x86_64
++++++ _system_arch=x86_64
++++++ _system_arch=x86_64
++++++ __rvm_detect_system_override
++++++ typeset _var
++++++ for _var in system_type system_name system_name_lowercase system_version system_arch
++++++ __rvm_db system_type _system_type
++++++ typeset value key variable
++++++ key=system_type
++++++ variable=_system_type
++++++ value=
++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_db_ /usr/local/rvm/user/db system_type
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/user/db
+++++++ __key=system_type
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/user/db system_type
+++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -z '' ]]
++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_db_ /usr/local/rvm/config/db system_type
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/config/db
+++++++ __key=system_type
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/config/db system_type
+++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -n '' ]]
++++++ return 1
++++++ for _var in system_type system_name system_name_lowercase system_version system_arch
++++++ __rvm_db system_name _system_name
++++++ typeset value key variable
++++++ key=system_name
++++++ variable=_system_name
++++++ value=
++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_db_ /usr/local/rvm/user/db system_name
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/user/db
+++++++ __key=system_name
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/user/db system_name
+++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -z '' ]]
++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_db_ /usr/local/rvm/config/db system_name
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/config/db
+++++++ __key=system_name
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/config/db system_name
+++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -n '' ]]
++++++ return 1
++++++ for _var in system_type system_name system_name_lowercase system_version system_arch
++++++ __rvm_db system_name_lowercase _system_name_lowercase
++++++ typeset value key variable
++++++ key=system_name_lowercase
++++++ variable=_system_name_lowercase
++++++ value=
++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_db_ /usr/local/rvm/user/db system_name_lowercase
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/user/db
+++++++ __key=system_name_lowercase
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/user/db system_name_lowercase
+++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -z '' ]]
++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_db_ /usr/local/rvm/config/db system_name_lowercase
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/config/db
+++++++ __key=system_name_lowercase
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/config/db system_name_lowercase
+++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -n '' ]]
++++++ return 1
++++++ for _var in system_type system_name system_name_lowercase system_version system_arch
++++++ __rvm_db system_version _system_version
++++++ typeset value key variable
++++++ key=system_version
++++++ variable=_system_version
++++++ value=
++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_db_ /usr/local/rvm/user/db system_version
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/user/db
+++++++ __key=system_version
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/user/db system_version
+++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -z '' ]]
++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_db_ /usr/local/rvm/config/db system_version
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/config/db
+++++++ __key=system_version
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/config/db system_version
+++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -n '' ]]
++++++ return 1
++++++ for _var in system_type system_name system_name_lowercase system_version system_arch
++++++ __rvm_db system_arch _system_arch
++++++ typeset value key variable
++++++ key=system_arch
++++++ variable=_system_arch
++++++ value=
++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_db_ /usr/local/rvm/user/db system_arch
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/user/db
+++++++ __key=system_arch
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/user/db system_arch
+++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_sed -n -e '\#^system_arch=# { s#^system_arch=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_arch=# { s#^system_arch=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -z '' ]]
++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_db_ /usr/local/rvm/config/db system_arch
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/config/db
+++++++ __key=system_arch
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/config/db system_arch
+++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_sed -n -e '\#^system_arch=# { s#^system_arch=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_arch=# { s#^system_arch=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -n '' ]]
++++++ return 1
+++++ __rvm_setup_statf_function
+++++ [[ Linux == Darwin ]]
+++++ [[ Linux == BSD ]]
+++++ __rvm_setup_sudo_function
+++++ is_a_function __rvm_setup_sudo_function_Ubuntu
+++++ typeset -f __rvm_setup_sudo_function_Ubuntu
+++++ return 1
+++++ __rvm_setup_sudo_function_Other
+++++ __rvm_which sudo
+++++ other_utils=(ant automake autoreconf libtoolize make mount patch readlink)
+++++ [[ Ubuntu 22.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.1.16(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.1.16(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.1.16(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'
++++ 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
+++++ 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-3.0.1/bin/ruby
+++ [[ -z /usr/local/rvm/rubies/ruby-3.0.1/bin/ruby ]]
+++ [[ /usr/local/rvm/rubies/ruby-3.0.1/bin/ruby != \/\u\s\r\/\l\o\c\a\l\/\r\v\m* ]]
+++ [[ /usr/local/rvm/rubies/ruby-3.0.1/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-3.0.1/bin/ruby == \/\u\s\r\/\l\o\c\a\l\/\r\v\m* ]]
+++ [[ -z /usr/local/rvm/gems/ruby-3.0.1 ]]
+++ [[ -z /usr/local/rvm/gems/ruby-3.0.1:/usr/local/rvm/gems/ruby-3.0.1@global ]]
+++ unset __path_to_ruby
+++ [[ :/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest: == *\:\/\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/282*'
+++ __rvm_rm_rf_verbose '/usr/local/rvm/tmp/282*'
+++ typeset target
+++ target='/usr/local/rvm/tmp/282*'
+++ [[ -n '' ]]
+++ [[ -n 5.1.16(1)-release ]]
+++ builtin shopt -s extglob
+++ case "${target}" in
+++ [[ -z /usr/local/rvm/tmp/282* ]]
+++ [[ -d /usr/local/rvm/tmp/282* ]]
+++ [[ -f /usr/local/rvm/tmp/282* ]]
+++ [[ -L /usr/local/rvm/tmp/282* ]]
+++ rvm_debug '__rvm_rm_rf already gone: /usr/local/rvm/tmp/282*'
+++ ((  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.1.16(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.1.16(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
++ rvm use 3.0.1
++ typeset result current_result
++ rvm_ruby_args=()
++ __rvm_teardown_if_broken
++ __function_on_stack __rvm_load_project_config
++ __rvm_string_includes '__function_on_stack __rvm_teardown_if_broken rvm source main' __rvm_load_project_config
++ typeset __search '__text=__function_on_stack __rvm_teardown_if_broken rvm source main'
++ shift
++ for __search in "$@"
++ [[  __function_on_stack __rvm_teardown_if_broken rvm source main  == *\ \_\_\r\v\m\_\l\o\a\d\_\p\r\o\j\e\c\t\_\c\o\n\f\i\g\ * ]]
++ return 1
++ return 1
++ __function_on_stack __rvm_with
++ __rvm_string_includes '__function_on_stack __rvm_teardown_if_broken rvm source main' __rvm_with
++ typeset __search '__text=__function_on_stack __rvm_teardown_if_broken rvm source main'
++ shift
++ for __search in "$@"
++ [[  __function_on_stack __rvm_teardown_if_broken rvm source main  == *\ \_\_\r\v\m\_\w\i\t\h\ * ]]
++ return 1
++ return 1
++ ((  0 > 0  ))
++ __rvm_cli_posix_check
++ __rvm_has_opt posix
++ [[ -n '' ]]
++ [[ -n '' ]]
++ [[ -n 5.1.16(1)-release ]]
++ [[ :braceexpand:errexit:hashall:interactive-comments:pipefail:xtrace: == *\:\p\o\s\i\x\:* ]]
++ return 1
++ __rvm_cli_load_rvmrc
++ ((  0 == 0  ))
++ [[ -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 rvmrc in "${rvm_rvmrc_files[@]}"
++ [[ -f /etc/rvmrc ]]
++ __rvm_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
++ __rvm_cli_version_check use 3.0.1
++ typeset disk_version
+++ __rvm_version_installed
++++ command cat /usr/local/rvm/VERSION
++++ command cat /usr/local/rvm/RELEASE
+++ echo '1.29.12 (latest)'
++ disk_version='1.29.12 (latest)'
++ [[ -s /usr/local/rvm/VERSION ]]
++ [[ 1.29.12 (latest) != \1\.\2\9\.\1\2\ \(\l\a\t\e\s\t\) ]]
++ __rvm_initialize
++ true /usr/local/rvm/scripts
++ export rvm_scripts_path
++ source /usr/local/rvm/scripts/base
+++ __rvm_has_opt errexit
+++ [[ -n '' ]]
+++ [[ -n '' ]]
+++ [[ -n 5.1.16(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.1.16(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 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
+++ 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
+++++ _system_info='Linux docker 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 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
+++++ _system_arch=x86_64
+++++ case "$(command uname)" in
++++++ command 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=22.04
++++++ uname -m
+++++ _system_arch=x86_64
+++++ return 0
+++++ :
+++++ _system_type=Linux
+++++ _system_name=Ubuntu
++++++ echo Ubuntu
++++++ command tr '[A-Z]' '[a-z]'
+++++ _system_name_lowercase=ubuntu
+++++ _system_version=22.04
+++++ _system_arch=x86_64
+++++ _system_arch=x86_64
+++++ _system_arch=x86_64
+++++ __rvm_detect_system_override
+++++ typeset _var
+++++ for _var in system_type system_name system_name_lowercase system_version system_arch
+++++ __rvm_db system_type _system_type
+++++ typeset value key variable
+++++ key=system_type
+++++ variable=_system_type
+++++ value=
+++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_db_ /usr/local/rvm/user/db system_type
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/user/db
++++++ __key=system_type
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/user/db system_type
++++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -z '' ]]
+++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_db_ /usr/local/rvm/config/db system_type
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/config/db
++++++ __key=system_type
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/config/db system_type
++++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -n '' ]]
+++++ return 1
+++++ for _var in system_type system_name system_name_lowercase system_version system_arch
+++++ __rvm_db system_name _system_name
+++++ typeset value key variable
+++++ key=system_name
+++++ variable=_system_name
+++++ value=
+++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_db_ /usr/local/rvm/user/db system_name
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/user/db
++++++ __key=system_name
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/user/db system_name
++++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -z '' ]]
+++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_db_ /usr/local/rvm/config/db system_name
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/config/db
++++++ __key=system_name
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/config/db system_name
++++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -n '' ]]
+++++ return 1
+++++ for _var in system_type system_name system_name_lowercase system_version system_arch
+++++ __rvm_db system_name_lowercase _system_name_lowercase
+++++ typeset value key variable
+++++ key=system_name_lowercase
+++++ variable=_system_name_lowercase
+++++ value=
+++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_db_ /usr/local/rvm/user/db system_name_lowercase
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/user/db
++++++ __key=system_name_lowercase
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/user/db system_name_lowercase
++++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -z '' ]]
+++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_db_ /usr/local/rvm/config/db system_name_lowercase
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/config/db
++++++ __key=system_name_lowercase
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/config/db system_name_lowercase
++++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -n '' ]]
+++++ return 1
+++++ for _var in system_type system_name system_name_lowercase system_version system_arch
+++++ __rvm_db system_version _system_version
+++++ typeset value key variable
+++++ key=system_version
+++++ variable=_system_version
+++++ value=
+++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_db_ /usr/local/rvm/user/db system_version
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/user/db
++++++ __key=system_version
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/user/db system_version
++++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -z '' ]]
+++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_db_ /usr/local/rvm/config/db system_version
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/config/db
++++++ __key=system_version
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/config/db system_version
++++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -n '' ]]
+++++ return 1
+++++ for _var in system_type system_name system_name_lowercase system_version system_arch
+++++ __rvm_db system_arch _system_arch
+++++ typeset value key variable
+++++ key=system_arch
+++++ variable=_system_arch
+++++ value=
+++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_db_ /usr/local/rvm/user/db system_arch
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/user/db
++++++ __key=system_arch
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/user/db system_arch
++++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_sed -n -e '\#^system_arch=# { s#^system_arch=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_arch=# { s#^system_arch=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -z '' ]]
+++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_db_ /usr/local/rvm/config/db system_arch
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/config/db
++++++ __key=system_arch
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/config/db system_arch
++++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_sed -n -e '\#^system_arch=# { s#^system_arch=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_arch=# { s#^system_arch=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -n '' ]]
+++++ return 1
++++ __rvm_setup_statf_function
++++ [[ Linux == Darwin ]]
++++ [[ Linux == BSD ]]
++++ __rvm_setup_sudo_function
++++ is_a_function __rvm_setup_sudo_function_Ubuntu
++++ typeset -f __rvm_setup_sudo_function_Ubuntu
++++ return 1
++++ __rvm_setup_sudo_function_Other
++++ __rvm_which sudo
++++ other_utils=(ant automake autoreconf libtoolize make mount patch readlink)
++++ [[ Ubuntu 22.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_conditionally_add_bin_path
++ [[ :/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest: == *\:\/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\b\i\n\:* ]]
++ export PATH
++ [[ -d /usr/local/rvm/tmp ]]
++ return 0
++ __rvm_path_match_gem_home_check
++ ((  0 == 0  ))
++ [[ -n /usr/local/rvm/gems/ruby-3.0.1 ]]
++ case "$PATH:" in
++ __rvm_path_match_gem_home_check_warning 'is not at first place'
++ __rvm_path_match_gem_home_check_warn '/usr/local/rvm/gems/ruby-3.0.1/bin is not at first place' ruby-3.0.1
++ rvm_warn 'Warning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         <log>Usually this is caused by shell initialization files. Search for <code>PATH=...</code> entries.
         You can also re-add RVM to your profile by running: <code>rvm get stable --auto-dotfiles</code>
         To fix it temporarily in this shell session run: <code>rvm use ruby-3.0.1</code>
         To ignore this error add <code>rvm_silence_path_mismatch_check_flag=1</code> to your <code>~/.rvmrc</code> file.'
++ rvm_pretty_print stderr
++ case "${rvm_pretty_print_flag:=auto}" in
++ case "${TERM:-dumb}" in
++ case "$1" in
++ [[ -t 2 ]]
++ return 0
++ __rvm_replace_colors '<warn>Warning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         <log>Usually this is caused by shell initialization files. Search for <code>PATH=...</code> entries.
         You can also re-add RVM to your profile by running: <code>rvm get stable --auto-dotfiles</code>
         To fix it temporarily in this shell session run: <code>rvm use ruby-3.0.1</code>
         To ignore this error add <code>rvm_silence_path_mismatch_check_flag=1</code> to your <code>~/.rvmrc</code> file.</warn>\n'
++ typeset ___text
++ ___text='<warn>Warning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         <log>Usually this is caused by shell initialization files. Search for <code>PATH=...</code> entries.
         You can also re-add RVM to your profile by running: <code>rvm get stable --auto-dotfiles</code>
         To fix it temporarily in this shell session run: <code>rvm use ruby-3.0.1</code>
         To ignore this error add <code>rvm_silence_path_mismatch_check_flag=1</code> to your <code>~/.rvmrc</code> file.</warn>\n'
++ ___text='33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         <log>Usually this is caused by shell initialization files. Search for <code>PATH=...</code> entries.
         You can also re-add RVM to your profile by running: <code>rvm get stable --auto-dotfiles</code>
         To fix it temporarily in this shell session run: <code>rvm use ruby-3.0.1</code>
         To ignore this error add <code>rvm_silence_path_mismatch_check_flag=1</code> to your <code>~/.rvmrc</code> file.</warn>\n'
++ ___text='33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         <log>Usually this is caused by shell initialization files. Search for <code>PATH=...</code> entries.
         You can also re-add RVM to your profile by running: <code>rvm get stable --auto-dotfiles</code>
         To fix it temporarily in this shell session run: <code>rvm use ruby-3.0.1</code>
         To ignore this error add <code>rvm_silence_path_mismatch_check_flag=1</code> to your <code>~/.rvmrc</code> file.</warn>\n'
++ ___text='33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         <log>Usually this is caused by shell initialization files. Search for <code>PATH=...</code> entries.
         You can also re-add RVM to your profile by running: <code>rvm get stable --auto-dotfiles</code>
         To fix it temporarily in this shell session run: <code>rvm use ruby-3.0.1</code>
         To ignore this error add <code>rvm_silence_path_mismatch_check_flag=1</code> to your <code>~/.rvmrc</code> file.</warn>\n'
++ ___text='33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         <log>Usually this is caused by shell initialization files. Search for 34mPATH=...</code> entries.
         You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles</code>
         To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.1</code>
         To ignore this error add 34mrvm_silence_path_mismatch_check_flag=1</code> to your 34m~/.rvmrc</code> file.</warn>\n'
++ ___text='33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         <log>Usually this is caused by shell initialization files. Search for 34mPATH=...</code> entries.
         You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles</code>
         To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.1</code>
         To ignore this error add 34mrvm_silence_path_mismatch_check_flag=1</code> to your 34m~/.rvmrc</code> file.</warn>\n'
++ ___text='33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         0mUsually this is caused by shell initialization files. Search for 34mPATH=...&lt;/code&gt; entries.
         You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles&lt;/code&gt;
         To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.1&lt;/code&gt;
         To ignore this error add 34mrvm_silence_path_mismatch_check_flag=1&lt;/code&gt; to your 34m~/.rvmrc&lt;/code&gt; file.&lt;/warn&gt;\n'
++ ___text='33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         0mUsually this is caused by shell initialization files. Search for 34mPATH=...</code> entries.
         You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles</code>
         To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.1</code>
         To ignore this error add 34mrvm_silence_path_mismatch_check_flag=1</code> to your 34m~/.rvmrc</code> file.</warn>\n'
++ ___text='33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         0mUsually this is caused by shell initialization files. Search for 34mPATH=...</code> entries.
         You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles</code>
         To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.1</code>
         To ignore this error add 34mrvm_silence_path_mismatch_check_flag=1</code> to your 34m~/.rvmrc</code> file.0m\n'
++ ___text='33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         0mUsually this is caused by shell initialization files. Search for 34mPATH=...</code> entries.
         You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles</code>
         To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.1</code>
         To ignore this error add 34mrvm_silence_path_mismatch_check_flag=1</code> to your 34m~/.rvmrc</code> file.0m\n'
++ ___text='33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         0mUsually this is caused by shell initialization files. Search for 34mPATH=...</code> entries.
         You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles</code>
         To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.1</code>
         To ignore this error add 34mrvm_silence_path_mismatch_check_flag=1</code> to your 34m~/.rvmrc</code> file.0m\n'
++ ___text='33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         0mUsually this is caused by shell initialization files. Search for 34mPATH=...0m entries.
         You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles0m
         To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.10m
         To ignore this error add 34mrvm_silence_path_mismatch_check_flag=10m to your 34m~/.rvmrc0m file.0m\n'
++ ___text='33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         0mUsually this is caused by shell initialization files. Search for 34mPATH=...0m entries.
         You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles0m
         To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.10m
         To ignore this error add 34mrvm_silence_path_mismatch_check_flag=10m to your 34m~/.rvmrc0m file.0m\n'
++ ___text='33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         0mUsually this is caused by shell initialization files. Search for 34mPATH=...0m entries.
         You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles0m
         To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.10m
         To ignore this error add 34mrvm_silence_path_mismatch_check_flag=10m to your 34m~/.rvmrc0m file.0m\n'
++ printf %b '33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         0mUsually this is caused by shell initialization files. Search for 34mPATH=...0m entries.
         You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles0m
         To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.10m
         To ignore this error add 34mrvm_silence_path_mismatch_check_flag=10m to your 34m~/.rvmrc0m file.0m\n0m'
33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         0mUsually this is caused by shell initialization files. Search for 34mPATH=...0m entries.
         You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles0m
         To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.10m
         To ignore this error add 34mrvm_silence_path_mismatch_check_flag=10m to your 34m~/.rvmrc0m file.0m
0m++ __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.1.16(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.1.16(1)-release ]]
++ __function_on_stack cd pushd popd
++ __rvm_string_includes '__function_on_stack __rvm_setup rvm source main' cd pushd popd
++ typeset __search '__text=__function_on_stack __rvm_setup rvm source main'
++ shift
++ for __search in "$@"
++ [[  __function_on_stack __rvm_setup rvm source main  == *\ \c\d\ * ]]
++ for __search in "$@"
++ [[  __function_on_stack __rvm_setup rvm source main  == *\ \p\u\s\h\d\ * ]]
++ for __search in "$@"
++ [[  __function_on_stack __rvm_setup rvm source main  == *\ \p\o\p\d\ * ]]
++ return 1
++ return 1
++ export rvm_shell_nounset
++ __rvm_has_opt nounset
++ [[ -n '' ]]
++ [[ -n '' ]]
++ [[ -n 5.1.16(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'
+++ return 1
+++ true
++ _rvm_old_traps=
++ trap '__rvm_teardown_final ; set +x' EXIT HUP INT QUIT TERM
++ [[ -n '' ]]
++ __rvm_cli_autoupdate use 3.0.1
++ [[  use 3.0.1  == *\ \i\n\s\t\a\l\l\ * ]]
++ [[  use 3.0.1  == *\ \l\i\s\t\ \k\n\o\w\n\ * ]]
++ return 0
++ next_token=use
++ ((  2 == 0  ))
++ shift
++ __rvm_parse_args 3.0.1
++ typeset _string
++ export rvm_ruby_string
++ rvm_action=
++ rvm_parse_break=0
++ [[  3.0.1  == *\ \-\-\t\r\a\c\e\ * ]]
++ [[ -n use ]]
++ rvm_token=use
++ ((  1 > 0  ))
++ next_token=3.0.1
++ shift
++ case "$rvm_token" in
++ case "$rvm_token" in
++ rvm_action=use
++ rvm_verbose_flag=1
++ __rvm_file_env_check_unload
++ ((  0 > 0  ))
++ rvm_saved_env=()
++ [[ -n 3.0.1 ]]
++ [[ ! -d 3.0.1 ]]
++ [[ 3.0.1 != \-* ]]
++ [[ 3.0.1 != \@* ]]
++ rvm_ruby_interpreter=3.0.1
++ rvm_ruby_string=3.0.1
++ rvm_ruby_strings=3.0.1
++ next_token=
++ ((  0 == 0  ))
++ [[ -z use ]]
++ [[ error == \u\s\e ]]
++ [[ 0 -eq 1 ]]
++ [[ -n '' ]]
++ [[ -n '' ]]
++ : rvm_ruby_args:0::
++ [[ -n '' ]]
++ result=0
++ : rvm_ruby_args:0::
++ ((  0 == 0  ))
++ ((  result  ))
++ case "${rvm_action:=help}" in
++ rvm_is_a_shell_function
++ typeset _message
++ ((  0  ))
++ return 0
++ __rvm_use
++ typeset binary full_binary_path rvm_ruby_gem_home __path_prefix __path_suffix
++ __rvm_select
++ true
++ __rvm_select_set_variable_defaults
++ export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC
++ export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_type rvm_dump_environment_flag rvm_error_message rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gemset_name rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_hook rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_reload_flag rvm_remove_flag 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_sdk rvm_silent_flag rvm_sticky_flag rvm_system_flag rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_verbose_flag rvm_ruby_repo_tag
++ __rvm_select_detect_ruby_string ''
++ rvm_ruby_string=3.0.1
++ [[ -z 3.0.1 ]]
++ __rvm_ruby_string
++ true 0 0
++ rvm_expanding_aliases=
++ true '' '' 3.0.1 '' '' '' '' @ 3.0.1 0 0
++ [[ 3.0.1 == *\@* ]]
++ ((  rvm_expanding_aliases == 0  ))
++ [[ -n 3.0.1 ]]
++ [[ 3.0.1 != \s\y\s\t\e\m ]]
++ [[ -f /usr/local/rvm/config/known_aliases ]]
++ [[ -s /usr/local/rvm/config/known_aliases ]]
+++ __rvm_db_ /usr/local/rvm/config/known_aliases 3.0.1
+++ typeset __db __key __value
+++ __db=/usr/local/rvm/config/known_aliases
+++ __key=3.0.1
+++ shift 2
+++ __value=
+++ case "${__value}" in
+++ __rvm_db_get /usr/local/rvm/config/known_aliases 3.0.1
+++ [[ -f /usr/local/rvm/config/known_aliases ]]
+++ __rvm_sed -n -e '\#^3.0.1=# { s#^3.0.1=##;; p; }' -e '/^$/d'
+++ sed -n -e '\#^3.0.1=# { s#^3.0.1=##;; p; }' -e '/^$/d'
++ expanded_alias_name=
++ [[ -n '' ]]
++ ((  rvm_expanding_aliases == 0  ))
++ [[ -n 3.0.1 ]]
++ [[ 3.0.1 != \s\y\s\t\e\m ]]
++ [[ -f /usr/local/rvm/config/alias ]]
++ [[ -s /usr/local/rvm/config/alias ]]
+++ __rvm_db_ /usr/local/rvm/config/alias 3.0.1
+++ typeset __db __key __value
+++ __db=/usr/local/rvm/config/alias
+++ __key=3.0.1
+++ shift 2
+++ __value=
+++ case "${__value}" in
+++ __rvm_db_get /usr/local/rvm/config/alias 3.0.1
+++ [[ -f /usr/local/rvm/config/alias ]]
+++ __rvm_sed -n -e '\#^3.0.1=# { s#^3.0.1=##;; p; }' -e '/^$/d'
+++ sed -n -e '\#^3.0.1=# { s#^3.0.1=##;; p; }' -e '/^$/d'
++ expanded_alias_name=
++ [[ -n '' ]]
++ [[ 3.0.1 == default ]]
++ [[ 3.0.1 == *\@* ]]
++ [[ -n '' ]]
++ __rvm_ruby_string_parse
++ __rvm_ruby_string_parse_
++ typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name tag_name
++ ruby_string=3.0.1
++ gemset_name=
++ repo_url=
++ branch_name=
++ ruby_name=
++ tag_name=
++ __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 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
++ rvm_ruby_repo_url=
++ rvm_ruby_repo_branch=
++ rvm_ruby_name=
++ rvm_ruby_repo_tag=
++ export rvm_head_flag=0
++ rvm_head_flag=0
++ [[ -z 3.0.1 ]]
++ [[ 3.0.1 == \c\u\r\r\e\n\t ]]
++ strings=()
++ __rvm_custom_separated_array strings - 3.0.1
++ typeset IFS
++ IFS=-
++ [[ -n '' ]]
++ eval 'strings+=( $3 )'
+++ strings+=($3)
++ rvm_ruby_string=3.0.1
++ [[ -n '' ]]
++ for string in ${strings[@]}
++ case "$string" in
++ rvm_ruby_version=3.0.1
++ rvm_ruby_revision=
++ rvm_ruby_tag=
++ [[ -z '' ]]
++ [[ -n 3.0.1 ]]
++ case "${rvm_ruby_version}" in
++ rvm_ruby_interpreter=ruby
++ [[ -n ruby ]]
++ rvm_ruby_string=ruby-3.0.1
++ true
++ ((  0 == 1  ))
++ __rvm_ruby_string_parse_
++ typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name tag_name
++ ruby_string=ruby-3.0.1
++ gemset_name=
++ repo_url=
++ branch_name=
++ ruby_name=
++ tag_name=
++ __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 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
++ rvm_ruby_repo_url=
++ rvm_ruby_repo_branch=
++ rvm_ruby_name=
++ rvm_ruby_repo_tag=
++ export rvm_head_flag=0
++ rvm_head_flag=0
++ [[ -z ruby-3.0.1 ]]
++ [[ ruby-3.0.1 == \c\u\r\r\e\n\t ]]
++ strings=()
++ __rvm_custom_separated_array strings - ruby-3.0.1
++ typeset IFS
++ IFS=-
++ [[ -n '' ]]
++ eval 'strings+=( $3 )'
+++ strings+=($3)
++ rvm_ruby_string=ruby-3.0.1
++ [[ -n '' ]]
++ for string in ${strings[@]}
++ case "$string" in
++ rvm_ruby_interpreter=ruby
++ for string in ${strings[@]}
++ case "$string" in
++ rvm_ruby_version=3.0.1
++ rvm_ruby_revision=
++ rvm_ruby_tag=
++ [[ -z ruby ]]
++ true
++ [[ -z ruby ]]
++ __rvm_ruby_string_find
++ __rvm_ruby_string_installed
++ typeset __ruby_inst_dir=/usr/local/rvm/rubies/ruby-3.0.1
++ [[ -n '' ]]
++ [[ -n ruby ]]
++ [[ -n ruby-3.0.1 ]]
++ [[ -d /usr/local/rvm/rubies/ruby-3.0.1 ]]
++ [[ -z '' ]]
++ true
++ [[ -n '' ]]
++ detected_rvm_ruby_name=
++ rvm_ruby_name=
++ true
++ __rvm_select_after_parse
++ __rvm_select_interpreter_variables
++ rvm_archive_extension=tar.gz
++ [[ -z ruby ]]
++ rvm_ruby_interpreter=ruby
++ is_a_function __rvm_select_interpreter_ruby
++ typeset -f __rvm_select_interpreter_ruby
++ __rvm_select_interpreter_ruby
++ [[ '' == \p\0 ]]
++ rvm_ruby_package_name=ruby-3.0.1
++ rvm_ruby_package_file=ruby-3.0.1
++ [[ -z 3.0.1 ]]
+++ __rvm_db ruby_repo_url
+++ typeset value key variable
+++ key=ruby_repo_url
+++ variable=
+++ value=
+++ [[ -f /usr/local/rvm/user/db ]]
++++ __rvm_db_ /usr/local/rvm/user/db ruby_repo_url
++++ typeset __db __key __value
++++ __db=/usr/local/rvm/user/db
++++ __key=ruby_repo_url
++++ shift 2
++++ __value=
++++ case "${__value}" in
++++ __rvm_db_get /usr/local/rvm/user/db ruby_repo_url
++++ [[ -f /usr/local/rvm/user/db ]]
++++ __rvm_sed -n -e '\#^ruby_repo_url=# { s#^ruby_repo_url=##;; p; }' -e '/^$/d'
++++ sed -n -e '\#^ruby_repo_url=# { s#^ruby_repo_url=##;; p; }' -e '/^$/d'
+++ value=
+++ [[ -z '' ]]
+++ [[ -f /usr/local/rvm/config/db ]]
++++ __rvm_db_ /usr/local/rvm/config/db ruby_repo_url
++++ typeset __db __key __value
++++ __db=/usr/local/rvm/config/db
++++ __key=ruby_repo_url
++++ shift 2
++++ __value=
++++ case "${__value}" in
++++ __rvm_db_get /usr/local/rvm/config/db ruby_repo_url
++++ [[ -f /usr/local/rvm/config/db ]]
++++ __rvm_sed -n -e '\#^ruby_repo_url=# { s#^ruby_repo_url=##;; p; }' -e '/^$/d'
++++ sed -n -e '\#^ruby_repo_url=# { s#^ruby_repo_url=##;; p; }' -e '/^$/d'
+++ value=https://github.com/ruby/ruby.git
+++ [[ -n https://github.com/ruby/ruby.git ]]
+++ [[ -n '' ]]
+++ echo https://github.com/ruby/ruby.git
+++ true
++ rvm_ruby_repo_url=https://github.com/ruby/ruby.git
++ ((  0 == 0  ))
++ __rvm_version_compare 3.0.1 -ge 3.0.0
++ typeset first
+++ command printf %b '3.0.1\n3.0.0\n'
+++ __rvm_version_sort
+++ command head -n1
+++ command awk '-F[.-]' -v OFS=. '{                   # split on "." and "-", merge back with "."
    original=$0                                        # save original to preserve it before the line is changed
    for (n=1; n<10; n++) {                             # iterate through max 9 components of version
      $n=tolower($n)                                   # ignore case for sorting
      if ($n == "")                 $n="0"             # treat non existing parts as 0
      if ($n ~ /^p[0-9]/)           $n=substr($n, 2)   # old ruby -p notation
      if ($n ~ /^[0-9](rc|b)/)      $n=substr($n, 1, 1)". "substr($n, 2)   # old jruby 0RC1 notation
      if (n == 1 && $n ~ /^[0-9]/)  $n="zzz."$n        # first group must be a string
      if (n > 1 && $n ~ /^[a-z]/)   $n=" "$n           # names go before numbers thanks to space
    }
    print $0"\t"original                               # print the transformed version and original separated by \t
                                                       # so we can extract original after sorting
  }'
+++ LC_ALL=C
+++ sort -t. -k 1,1d -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
+++ awk '-F\t' '{print $2}'
++ first=3.0.0
++ case "$2" in
++ [[ 3.0.0 == \h\e\a\d ]]
++ [[ 3.0.0 == \3\.\0\.\0 ]]
++ return 0
++ rvm_archive_extension=tar.gz
++ true
++ __rvm_select_version_variables
++ case "$rvm_ruby_version" in
++ rvm_ruby_release_version=3
++ rvm_ruby_major_version=3.0
++ rvm_ruby_major_version=0
++ rvm_ruby_minor_version=1
++ __rvm_select_default_variables
++ [[ ruby != ext ]]
++ rvm_ruby_package_name=ruby-3.0.1
++ rvm_ruby_home=/usr/local/rvm/rubies/ruby-3.0.1
++ rvm_ruby_binary=/usr/local/rvm/rubies/ruby-3.0.1/bin/ruby
++ rvm_ruby_irbrc=/usr/local/rvm/rubies/ruby-3.0.1/.irbrc
++ [[ system == \r\u\b\y ]]
++ __rvm_gemset_select
++ __rvm_gemset_select_only
++ rvm_ruby_gem_home=/usr/local/rvm/gems/ruby-3.0.1
++ : rvm_ignore_gemsets_flag:0:
++ ((  rvm_ignore_gemsets_flag  ))
++ rvm_ruby_global_gems_path=/usr/local/rvm/gems/ruby-3.0.1@global
++ __rvm_gemset_handle_default
++ rvm_gemset_name=@@
++ rvm_gemset_name=@@
++ rvm_gemset_name=
++ [[ -z '' ]]
++ [[ '' == \g\l\o\b\a\l ]]
++ rvm_ruby_gem_path=/usr/local/rvm/gems/ruby-3.0.1:/usr/local/rvm/gems/ruby-3.0.1@global
++ [[ -n '' ]]
++ rvm_env_string=ruby-3.0.1
++ true
++ __rvm_gemset_select_validation
++ [[ ! -d /usr/local/rvm/gems/ruby-3.0.1 ]]
++ ((  0 == 1  ))
++ case &quot;${rvm_gemset_name}&quot; in
++ typeset rvm_ruby_gem_home_254
++ [[ -n '' ]]
++ rvm_ruby_gem_home_254=/usr/local/rvm/gems/ruby-3.0.1
++ [[ /usr/local/rvm/gems/ruby-3.0.1 != \/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\g\e\m\s\/\r\u\b\y\-\3\.\0\.\1 ]]
++ rvm_ruby_selected_flag=1
++ [[ system == ruby ]]
++ __rvm_use_
++ rvm_ruby_home=/usr/local/rvm/rubies/ruby-3.0.1
++ [[ ! -d /usr/local/rvm/rubies/ruby-3.0.1 ]]
++ __rvm_gemset_use_ensure
++ [[ ! -d /usr/local/rvm/gems/ruby-3.0.1 ]]
++ [[ -n '' ]]
++ export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC
++ GEM_HOME=/usr/local/rvm/gems/ruby-3.0.1
++ GEM_PATH=/usr/local/rvm/gems/ruby-3.0.1:/usr/local/rvm/gems/ruby-3.0.1@global
++ MY_RUBY_HOME=/usr/local/rvm/rubies/ruby-3.0.1
++ RUBY_VERSION=ruby-3.0.1
++ IRBRC=/usr/local/rvm/rubies/ruby-3.0.1/.irbrc
++ unset BUNDLE_PATH
++ [[ maglev == \r\u\b\y ]]
++ [[ -n /usr/local/rvm/rubies/ruby-3.0.1/.irbrc ]]
++ ((  1 >= 2 && 0 == 0  ))
++ ((  1 == 1 && 1 == 1  ))
++ rvm_log 'Using /usr/local/rvm/gems/ruby-3.0.1'
++ [[ '' == 1 ]]
++ printf %b 'Using /usr/local/rvm/gems/ruby-3.0.1\n'
Using /usr/local/rvm/gems/ruby-3.0.1
++ [[ /usr/local/rvm/gems/ruby-3.0.1 != \/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\g\e\m\s\/\r\u\b\y\-\3\.\0\.\1\@\g\l\o\b\a\l ]]
++ __path_prefix=/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin
++ __path_suffix=
++ __rvm_use_common
++ [[ -z ruby-3.0.1 ]]
++ export rvm_ruby_string
++ [[ -z '' ]]
++ typeset __save_PATH
++ __rvm_remove_rvm_from_path
++ typeset local_rvm_path
++ __rvm_remove_from_path '/usr/local/rvm/*'
++ export PATH
++ typeset _value
++ _value='/usr/local/rvm/*'
++ [[ /usr/local/rvm/* == \/\* ]]
++ [[ /home/r/.cargo/bin:/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest == *\/\/* ]]
++ [[ /home/r/.cargo/bin:/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest == *\/\:* ]]
++ __rvm_string_match :/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest: '*:/usr/local/rvm/*:*'
++ typeset _string
++ _string=:/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest:
++ shift
++ ((  1  ))
++ case "${_string}" in
++ return 0
++ typeset -a _path
++ _path=()
++ __rvm_custom_separated_array _path : /home/r/.cargo/bin:/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest
++ typeset IFS
++ IFS=:
++ [[ -n '' ]]
++ eval '_path+=( $3 )'
+++ _path+=($3)
++ __rvm_remove_from_array _path '/usr/local/rvm/*' /home/r/.cargo/bin /usr/local/rvm/gems/ruby-3.0.1/bin /usr/local/rvm/gems/ruby-3.0.1@global/bin /usr/local/rvm/rubies/ruby-3.0.1/bin /usr/local/rvm/bin /usr/local/sbin /usr/local/bin /usr/sbin /usr/bin /sbin /bin /usr/games /usr/local/games /snap/bin /usr/local/texlive/2023/bin/latest /usr/lib/postgresql/14/bin /home/r/.cargo/bin /usr/local/texlive/2023/bin/latest
++ typeset _array_name _iterator _search
++ typeset -a _temp_array
++ _array_name=_path
++ _search='/usr/local/rvm/*'
++ shift 2
++ _temp_array=()
++ for _iterator in "$@"
++ __rvm_string_match /home/r/.cargo/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/home/r/.cargo/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/rvm/gems/ruby-3.0.1/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/rvm/gems/ruby-3.0.1/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ return 0
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/rvm/gems/ruby-3.0.1@global/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/rvm/gems/ruby-3.0.1@global/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ return 0
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/rvm/rubies/ruby-3.0.1/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/rvm/rubies/ruby-3.0.1/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ return 0
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/rvm/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/rvm/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ return 0
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/sbin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/sbin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /usr/sbin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/sbin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /usr/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /sbin '/usr/local/rvm/*'
++ typeset _string
++ _string=/sbin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /usr/games '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/games
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/games '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/games
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /snap/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/snap/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=(&quot;$_iterator&quot;)
++ for _iterator in &quot;$@&quot;
++ __rvm_string_match /usr/local/texlive/2023/bin/latest '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/texlive/2023/bin/latest
++ shift
++ ((  1  ))
++ case &quot;${_string}&quot; in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=(&quot;$_iterator&quot;)
++ for _iterator in &quot;$@&quot;
++ __rvm_string_match /usr/lib/postgresql/14/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/lib/postgresql/14/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /home/r/.cargo/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/home/r/.cargo/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/texlive/2023/bin/latest '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/texlive/2023/bin/latest
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ eval '_path=( "${_temp_array[@]}" )'
+++ _path=("${_temp_array[@]}")
++ __rvm_join_array PATH : _path
++ typeset IFS
++ IFS=:
++ eval 'PATH="${_path[*]}"'
+++ PATH=/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest
++ __rvm_remove_from_path '/usr/local/rvm/gems/*'
++ export PATH
++ typeset _value
++ _value='/usr/local/rvm/gems/*'
++ [[ /usr/local/rvm/gems/* == \/\* ]]
++ [[ /home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest == *\/\/* ]]
++ [[ /home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest == *\/\:* ]]
++ __rvm_string_match :/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest: '*:/usr/local/rvm/gems/*:*'
++ typeset _string
++ _string=:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest:
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ __rvm_remove_from_path /usr/local/rvm/bin
++ export PATH
++ typeset _value
++ _value=/usr/local/rvm/bin
++ [[ /usr/local/rvm/bin == \/\* ]]
++ [[ /home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest == *\/\/* ]]
++ [[ /home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest == *\/\:* ]]
++ __rvm_string_match :/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest: '*:/usr/local/rvm/bin:*'
++ typeset _string
++ _string=:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest:
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
+++ __rvm_which rvm
++ local_rvm_path=
++ builtin hash -r
++ __save_PATH=/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest
++ [[ -n '' ]]
++ PATH=/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest
++ export PATH
++ builtin hash -r
++ [[ ruby-3.0.1 != \s\y\s\t\e\m ]]
++ case "${rvm_rvmrc_flag:-0}" in
++ typeset environment_id
+++ __rvm_env_string
+++ typeset _string
+++ _string=/usr/local/rvm/gems/ruby-3.0.1
+++ _string=ruby-3.0.1
+++ printf %b 'ruby-3.0.1\n'
++ environment_id=ruby-3.0.1
++ ((  0 == 1  ))
++ rvm_default_flag=0
++ [[ -n '' ]]
++ rvm_hook=after_use
++ source /usr/local/rvm/scripts/hook
+++ typeset old_rvm_verbose_flag old_rvm_debug_flag
+++ old_rvm_verbose_flag=1
+++ old_rvm_debug_flag=0
+++ typeset rvm_verbose_flag rvm_debug_flag hooks
+++ true rvm_verbose_flag:1 rvm_hooks_path:/usr/local/rvm/hooks rvm_debug_flag:0 rvm_hook:after_use
+++ [[ -n after_use ]]
+++ hooks=()
+++ [[ -d /usr/local/rvm/hooks ]]
+++ hooks+=("$rvm_hooks_path")
+++ [[ /home/r/.rvm/hooks != \/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\h\o\o\k\s ]]
+++ [[ -d /home/r/.rvm/hooks ]]
+++ [[ -n /usr/local/rvm/hooks ]]
+++ __rvm_read_lines _hooks_list /dev/fd/63
+++ typeset IFS
++++ __rvm_find -L /usr/local/rvm/hooks -iname 'after_use*' -type f
+++ IFS='
'
+++ [[ /dev/fd/63 == \- ]]
+++ eval '_hooks_list=( $( \command \cat "${2:--}" ) )'
++++ _hooks_list=($( \command \cat "${2:--}" ))
+++++ command cat /dev/fd/63
+++ for hook in "${_hooks_list[@]}"
+++ [[ -x /usr/local/rvm/hooks/after_use_maglev ]]
+++ [[ /usr/local/rvm/hooks/after_use_maglev == \/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\h\o\o\k\s\/* ]]
+++ rvm_debug 'Running /usr/local/rvm/hooks/after_use_maglev'
+++ ((  0  ))
+++ return 0
+++ __rvm_conditionally_do_with_env . /usr/local/rvm/hooks/after_use_maglev
+++ ((  __rvm_env_loaded > 0  ))
+++ . /usr/local/rvm/hooks/after_use_maglev
++++ . /usr/local/rvm/scripts/functions/hooks/maglev
++++ [[ ruby-3.0.1 =~ maglev ]]
+++ for hook in "${_hooks_list[@]}"
+++ [[ -x /usr/local/rvm/hooks/after_use_rbx_opts ]]
+++ [[ after_use_rbx_opts == \a\f\t\e\r\_\u\s\e ]]
+++ for hook in "${_hooks_list[@]}"
+++ [[ -x /usr/local/rvm/hooks/after_use_jruby_opts ]]
+++ [[ after_use_jruby_opts == \a\f\t\e\r\_\u\s\e ]]
+++ for hook in "${_hooks_list[@]}"
+++ [[ -x /usr/local/rvm/hooks/after_use_jruby ]]
+++ [[ after_use_jruby == \a\f\t\e\r\_\u\s\e ]]
+++ for hook in "${_hooks_list[@]}"
+++ [[ -x /usr/local/rvm/hooks/after_use_home_bin ]]
+++ [[ after_use_home_bin == \a\f\t\e\r\_\u\s\e ]]
+++ for hook in "${_hooks_list[@]}"
+++ [[ -x /usr/local/rvm/hooks/after_use_textmate ]]
+++ [[ after_use_textmate == \a\f\t\e\r\_\u\s\e ]]
+++ for hook in "${_hooks_list[@]}"
+++ [[ -x /usr/local/rvm/hooks/after_use_current ]]
+++ [[ after_use_current == \a\f\t\e\r\_\u\s\e ]]
+++ unset rvm_hook hooks _hooks_list hook
++ return 0
++ __rvm_use_ruby_warnings
++ [[ ruby-3.0.1 == \s\y\s\t\e\m ]]
++ [[ ruby-3.0.1 == '' ]]
++ typeset __executable __gem_version
++ for __executable in ruby gem irb
++ [[ -x /usr/local/rvm/rubies/ruby-3.0.1/bin/ruby ]]
++ for __executable in ruby gem irb
++ [[ -x /usr/local/rvm/rubies/ruby-3.0.1/bin/gem ]]
++ for __executable in ruby gem irb
++ [[ -x /usr/local/rvm/rubies/ruby-3.0.1/bin/irb ]]
++ [[ ruby == \r\u\b\y ]]
++ __rvm_version_compare 3.0.1 -ge 2.0.0
++ typeset first
+++ command printf %b '3.0.1\n2.0.0\n'
+++ __rvm_version_sort
+++ command head -n1
+++ command awk '-F[.-]' -v OFS=. '{                   # split on &quot;.&quot; and &quot;-&quot;, merge back with &quot;.&quot;
    original=$0                                        # save original to preserve it before the line is changed
    for (n=1; n<10; n++) {                             # iterate through max 9 components of version
      $n=tolower($n)                                   # ignore case for sorting
      if ($n == "")                 $n="0"             # treat non existing parts as 0
      if ($n ~ /^p[0-9]/)           $n=substr($n, 2)   # old ruby -p notation
      if ($n ~ /^[0-9](rc|b)/)      $n=substr($n, 1, 1)". "substr($n, 2)   # old jruby 0RC1 notation
      if (n == 1 && $n ~ /^[0-9]/)  $n="zzz."$n        # first group must be a string
      if (n > 1 && $n ~ /^[a-z]/)   $n=" "$n           # names go before numbers thanks to space
    }
    print $0"\t"original                               # print the transformed version and original separated by \t
                                                       # so we can extract original after sorting
  }'
+++ awk '-F\t' '{print $2}'
+++ LC_ALL=C
+++ sort -t. -k 1,1d -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
++ first=2.0.0
++ case "$2" in
++ [[ 2.0.0 == \h\e\a\d ]]
++ [[ 2.0.0 == \2\.\0\.\0 ]]
++ return 0
++ __rvm_which gem
++ command which gem
+++ RUBYGEMS_GEMDEPS=
+++ gem --version
+++ typeset result
+++ typeset rvmrc
+++ 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[@]}"
+++ [[ -s /etc/rvmrc ]]
+++ source /etc/rvmrc
++++ umask u=rwx,g=rwx,o=rx
+++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++ [[ -s /home/r/.rvmrc ]]
+++ true
+++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++ [[ -s /usr/local/.rvmrc ]]
+++ true
+++ unset rvm_rvmrc_files
+++ command gem --version
+++ hash -r
+++ return 0
++ __gem_version=3.2.15
++ [[ -n 3.2.15 ]]
++ __rvm_version_compare 3.2.15 -lt 2.0.0
++ typeset first
+++ command printf %b '3.2.15\n2.0.0\n'
+++ __rvm_version_sort
+++ command head -n1
+++ command awk '-F[.-]' -v OFS=. '{                   # split on "." and "-", merge back with "."
    original=$0                                        # save original to preserve it before the line is changed
    for (n=1; n<10; n++) {                             # iterate through max 9 components of version
      $n=tolower($n)                                   # ignore case for sorting
      if ($n == "")                 $n="0"             # treat non existing parts as 0
      if ($n ~ /^p[0-9]/)           $n=substr($n, 2)   # old ruby -p notation
      if ($n ~ /^[0-9](rc|b)/)      $n=substr($n, 1, 1)". "substr($n, 2)   # old jruby 0RC1 notation
      if (n == 1 && $n ~ /^[0-9]/)  $n="zzz."$n        # first group must be a string
      if (n > 1 && $n ~ /^[a-z]/)   $n=" "$n           # names go before numbers thanks to space
    }
    print $0"\t"original                               # print the transformed version and original separated by \t
                                                       # so we can extract original after sorting
  }'
+++ awk '-F\t' '{print $2}'
+++ LC_ALL=C
+++ sort -t. -k 1,1d -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
++ first=2.0.0
++ case "$2" in
++ [[ 2.0.0 == \h\e\a\d ]]
++ [[ 2.0.0 == \3\.\2\.\1\5 ]]
++ return 1
++ current_result=0
++ ((  result  ))
++ result=0
++ ((  result  ))
++ case "$rvm_action" in
++ current_result=0
++ ((  result  ))
++ result=0
++ typeset __local_rvm_trace_flag
++ __local_rvm_trace_flag=0
++ __rvm_cli_autoreload
++ [[ 0 -eq 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/282*'
++ __rvm_rm_rf_verbose '/usr/local/rvm/tmp/282*'
++ typeset target
++ target='/usr/local/rvm/tmp/282*'
++ [[ -n '' ]]
++ [[ -n 5.1.16(1)-release ]]
++ builtin shopt -s extglob
++ case "${target}" in
++ [[ -z /usr/local/rvm/tmp/282* ]]
++ [[ -d /usr/local/rvm/tmp/282* ]]
++ [[ -f /usr/local/rvm/tmp/282* ]]
++ [[ -L /usr/local/rvm/tmp/282* ]]
++ rvm_debug '__rvm_rm_rf already gone: /usr/local/rvm/tmp/282*'
++ ((  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.1.16(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.1.16(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
++ ((  __local_rvm_trace_flag > 0  ))
++ return 0
++ rvm default 3.0.1
++ typeset result current_result
++ rvm_ruby_args=()
++ __rvm_teardown_if_broken
++ __function_on_stack __rvm_load_project_config
++ __rvm_string_includes '__function_on_stack __rvm_teardown_if_broken rvm source main' __rvm_load_project_config
++ typeset __search '__text=__function_on_stack __rvm_teardown_if_broken rvm source main'
++ shift
++ for __search in "$@"
++ [[  __function_on_stack __rvm_teardown_if_broken rvm source main  == *\ \_\_\r\v\m\_\l\o\a\d\_\p\r\o\j\e\c\t\_\c\o\n\f\i\g\ * ]]
++ return 1
++ return 1
++ __function_on_stack __rvm_with
++ __rvm_string_includes '__function_on_stack __rvm_teardown_if_broken rvm source main' __rvm_with
++ typeset __search '__text=__function_on_stack __rvm_teardown_if_broken rvm source main'
++ shift
++ for __search in "$@"
++ [[  __function_on_stack __rvm_teardown_if_broken rvm source main  == *\ \_\_\r\v\m\_\w\i\t\h\ * ]]
++ return 1
++ return 1
++ ((  0 > 0  ))
++ __rvm_cli_posix_check
++ __rvm_has_opt posix
++ [[ -n '' ]]
++ [[ -n '' ]]
++ [[ -n 5.1.16(1)-release ]]
++ [[ :braceexpand:errexit:hashall:interactive-comments:pipefail:xtrace: == *\:\p\o\s\i\x\:* ]]
++ return 1
++ __rvm_cli_load_rvmrc
++ ((  0 == 0  ))
++ [[ -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 rvmrc in "${rvm_rvmrc_files[@]}"
++ [[ -f /etc/rvmrc ]]
++ __rvm_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
++ __rvm_cli_version_check default 3.0.1
++ typeset disk_version
+++ __rvm_version_installed
++++ command cat /usr/local/rvm/VERSION
++++ command cat /usr/local/rvm/RELEASE
+++ echo '1.29.12 (latest)'
++ disk_version='1.29.12 (latest)'
++ [[ -s /usr/local/rvm/VERSION ]]
++ [[ 1.29.12 (latest) != \1\.\2\9\.\1\2\ \(\l\a\t\e\s\t\) ]]
++ __rvm_initialize
++ true /usr/local/rvm/scripts
++ export rvm_scripts_path
++ source /usr/local/rvm/scripts/base
+++ __rvm_has_opt errexit
+++ [[ -n '' ]]
+++ [[ -n '' ]]
+++ [[ -n 5.1.16(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.1.16(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 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+=(&quot;${rvm_prefix}/.rvmrc&quot;)
++++ for _file in &quot;${rvm_rvmrc_files[@]}&quot;
++++ [[ -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
+++ 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 &quot;$@&quot; || return $?; }'
++++ for gnu_util in &quot;${gnu_utils[@]}&quot;
++++ eval '__rvm_date() { \date &quot;$@&quot; || return $?; }'
++++ for gnu_util in &quot;${gnu_utils[@]}&quot;
++++ eval '__rvm_find() { \find &quot;$@&quot; || 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
+++++ _system_info='Linux docker 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 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
+++++ _system_arch=x86_64
+++++ case "$(command uname)" in
++++++ command 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=22.04
++++++ uname -m
+++++ _system_arch=x86_64
+++++ return 0
+++++ :
+++++ _system_type=Linux
+++++ _system_name=Ubuntu
++++++ echo Ubuntu
++++++ command tr '[A-Z]' '[a-z]'
+++++ _system_name_lowercase=ubuntu
+++++ _system_version=22.04
+++++ _system_arch=x86_64
+++++ _system_arch=x86_64
+++++ _system_arch=x86_64
+++++ __rvm_detect_system_override
+++++ typeset _var
+++++ for _var in system_type system_name system_name_lowercase system_version system_arch
+++++ __rvm_db system_type _system_type
+++++ typeset value key variable
+++++ key=system_type
+++++ variable=_system_type
+++++ value=
+++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_db_ /usr/local/rvm/user/db system_type
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/user/db
++++++ __key=system_type
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/user/db system_type
++++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -z '' ]]
+++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_db_ /usr/local/rvm/config/db system_type
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/config/db
++++++ __key=system_type
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/config/db system_type
++++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -n '' ]]
+++++ return 1
+++++ for _var in system_type system_name system_name_lowercase system_version system_arch
+++++ __rvm_db system_name _system_name
+++++ typeset value key variable
+++++ key=system_name
+++++ variable=_system_name
+++++ value=
+++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_db_ /usr/local/rvm/user/db system_name
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/user/db
++++++ __key=system_name
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/user/db system_name
++++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -z '' ]]
+++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_db_ /usr/local/rvm/config/db system_name
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/config/db
++++++ __key=system_name
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/config/db system_name
++++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -n '' ]]
+++++ return 1
+++++ for _var in system_type system_name system_name_lowercase system_version system_arch
+++++ __rvm_db system_name_lowercase _system_name_lowercase
+++++ typeset value key variable
+++++ key=system_name_lowercase
+++++ variable=_system_name_lowercase
+++++ value=
+++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_db_ /usr/local/rvm/user/db system_name_lowercase
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/user/db
++++++ __key=system_name_lowercase
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/user/db system_name_lowercase
++++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -z '' ]]
+++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_db_ /usr/local/rvm/config/db system_name_lowercase
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/config/db
++++++ __key=system_name_lowercase
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/config/db system_name_lowercase
++++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -n '' ]]
+++++ return 1
+++++ for _var in system_type system_name system_name_lowercase system_version system_arch
+++++ __rvm_db system_version _system_version
+++++ typeset value key variable
+++++ key=system_version
+++++ variable=_system_version
+++++ value=
+++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_db_ /usr/local/rvm/user/db system_version
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/user/db
++++++ __key=system_version
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/user/db system_version
++++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -z '' ]]
+++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_db_ /usr/local/rvm/config/db system_version
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/config/db
++++++ __key=system_version
++++++ shift 2
++++++ __value=
++++++ case "${__value}" in
++++++ __rvm_db_get /usr/local/rvm/config/db system_version
++++++ [[ -f /usr/local/rvm/config/db ]]
++++++ __rvm_sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
++++++ sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
+++++ value=
+++++ [[ -n '' ]]
+++++ return 1
+++++ for _var in system_type system_name system_name_lowercase system_version system_arch
+++++ __rvm_db system_arch _system_arch
+++++ typeset value key variable
+++++ key=system_arch
+++++ variable=_system_arch
+++++ value=
+++++ [[ -f /usr/local/rvm/user/db ]]
++++++ __rvm_db_ /usr/local/rvm/user/db system_arch
++++++ typeset __db __key __value
++++++ __db=/usr/local/rvm/user/db
++++++ __key=system_arch
++++++ shift 2
++++++ __value=
++++++ case &quot;${__value}&quot; 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 22.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_conditionally_add_bin_path
++ [[ :/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest: == *\:\/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\b\i\n\:* ]]
++ export PATH
++ [[ -d /usr/local/rvm/tmp ]]
++ return 0
++ __rvm_path_match_gem_home_check
++ ((  0 == 0  ))
++ [[ -n /usr/local/rvm/gems/ruby-3.0.1 ]]
++ case "$PATH:" in
++ true
++ __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.1.16(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.1.16(1)-release ]]
++ __function_on_stack cd pushd popd
++ __rvm_string_includes '__function_on_stack __rvm_setup rvm source main' cd pushd popd
++ typeset __search '__text=__function_on_stack __rvm_setup rvm source main'
++ shift
++ for __search in "$@"
++ [[  __function_on_stack __rvm_setup rvm source main  == *\ \c\d\ * ]]
++ for __search in "$@"
++ [[  __function_on_stack __rvm_setup rvm source main  == *\ \p\u\s\h\d\ * ]]
++ for __search in "$@"
++ [[  __function_on_stack __rvm_setup rvm source main  == *\ \p\o\p\d\ * ]]
++ return 1
++ return 1
++ export rvm_shell_nounset
++ __rvm_has_opt nounset
++ [[ -n '' ]]
++ [[ -n '' ]]
++ [[ -n 5.1.16(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'
+++ return 1
+++ true
++ _rvm_old_traps=
++ trap '__rvm_teardown_final ; set +x' EXIT HUP INT QUIT TERM
++ [[ -n '' ]]
++ __rvm_cli_autoupdate default 3.0.1
++ [[  default 3.0.1  == *\ \i\n\s\t\a\l\l\ * ]]
++ [[  default 3.0.1  == *\ \l\i\s\t\ \k\n\o\w\n\ * ]]
++ return 0
++ next_token=default
++ ((  2 == 0  ))
++ shift
++ __rvm_parse_args 3.0.1
++ typeset _string
++ export rvm_ruby_string
++ rvm_action=
++ rvm_parse_break=0
++ [[  3.0.1  == *\ \-\-\t\r\a\c\e\ * ]]
++ [[ -n default ]]
++ rvm_token=default
++ ((  1 > 0  ))
++ next_token=3.0.1
++ shift
++ case "$rvm_token" in
++ case "$rvm_token" in
++ rvm_action=use
++ rvm_ruby_interpreter=default
++ rvm_ruby_string=default
++ rvm_ruby_strings=default
++ [[ -z use ]]
++ [[ error == \u\s\e ]]
++ [[ 0 -eq 1 ]]
++ [[ -n '' ]]
++ [[ -n 3.0.1 ]]
++ rvm_token=3.0.1
++ ((  0 > 0  ))
++ next_token=
++ case "$rvm_token" in
++ case "$rvm_token" in
++ rvm_verbose_flag=1
++ rvm_action=use
++ rvm_ruby_string=3.0.1
++ rvm_ruby_strings=3.0.1
++ [[ -z use ]]
++ [[ error == \u\s\e ]]
++ [[ 0 -eq 1 ]]
++ [[ -n '' ]]
++ [[ -n '' ]]
++ : rvm_ruby_args:0::
++ [[ -n '' ]]
++ result=0
++ : rvm_ruby_args:0::
++ ((  0 == 0  ))
++ ((  result  ))
++ case "${rvm_action:=help}" in
++ rvm_is_a_shell_function
++ typeset _message
++ ((  0  ))
++ return 0
++ __rvm_use
++ typeset binary full_binary_path rvm_ruby_gem_home __path_prefix __path_suffix
++ __rvm_select
++ true
++ __rvm_select_set_variable_defaults
++ export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC
++ export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_type rvm_dump_environment_flag rvm_error_message rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gemset_name rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_hook rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_reload_flag rvm_remove_flag 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_sdk rvm_silent_flag rvm_sticky_flag rvm_system_flag rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_verbose_flag rvm_ruby_repo_tag
++ __rvm_select_detect_ruby_string ''
++ rvm_ruby_string=3.0.1
++ [[ -z 3.0.1 ]]
++ __rvm_ruby_string
++ true 0 0
++ rvm_expanding_aliases=
++ true '' '' default '' '' '' '' @ 3.0.1 0 0
++ [[ 3.0.1 == *\@* ]]
++ ((  rvm_expanding_aliases == 0  ))
++ [[ -n 3.0.1 ]]
++ [[ 3.0.1 != \s\y\s\t\e\m ]]
++ [[ -f /usr/local/rvm/config/known_aliases ]]
++ [[ -s /usr/local/rvm/config/known_aliases ]]
+++ __rvm_db_ /usr/local/rvm/config/known_aliases 3.0.1
+++ typeset __db __key __value
+++ __db=/usr/local/rvm/config/known_aliases
+++ __key=3.0.1
+++ shift 2
+++ __value=
+++ case "${__value}" in
+++ __rvm_db_get /usr/local/rvm/config/known_aliases 3.0.1
+++ [[ -f /usr/local/rvm/config/known_aliases ]]
+++ __rvm_sed -n -e '\#^3.0.1=# { s#^3.0.1=##;; p; }' -e '/^$/d'
+++ sed -n -e '\#^3.0.1=# { s#^3.0.1=##;; p; }' -e '/^$/d'
++ expanded_alias_name=
++ [[ -n '' ]]
++ ((  rvm_expanding_aliases == 0  ))
++ [[ -n 3.0.1 ]]
++ [[ 3.0.1 != \s\y\s\t\e\m ]]
++ [[ -f /usr/local/rvm/config/alias ]]
++ [[ -s /usr/local/rvm/config/alias ]]
+++ __rvm_db_ /usr/local/rvm/config/alias 3.0.1
+++ typeset __db __key __value
+++ __db=/usr/local/rvm/config/alias
+++ __key=3.0.1
+++ shift 2
+++ __value=
+++ case "${__value}" in
+++ __rvm_db_get /usr/local/rvm/config/alias 3.0.1
+++ [[ -f /usr/local/rvm/config/alias ]]
+++ __rvm_sed -n -e '\#^3.0.1=# { s#^3.0.1=##;; p; }' -e '/^$/d'
+++ sed -n -e '\#^3.0.1=# { s#^3.0.1=##;; p; }' -e '/^$/d'
++ expanded_alias_name=
++ [[ -n '' ]]
++ [[ 3.0.1 == default ]]
++ [[ 3.0.1 == *\@* ]]
++ [[ -n '' ]]
++ __rvm_ruby_string_parse
++ __rvm_ruby_string_parse_
++ typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name tag_name
++ ruby_string=3.0.1
++ gemset_name=
++ repo_url=
++ branch_name=
++ ruby_name=
++ tag_name=
++ __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 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
++ rvm_ruby_repo_url=
++ rvm_ruby_repo_branch=
++ rvm_ruby_name=
++ rvm_ruby_repo_tag=
++ export rvm_head_flag=0
++ rvm_head_flag=0
++ [[ -z 3.0.1 ]]
++ [[ 3.0.1 == \c\u\r\r\e\n\t ]]
++ strings=()
++ __rvm_custom_separated_array strings - 3.0.1
++ typeset IFS
++ IFS=-
++ [[ -n '' ]]
++ eval 'strings+=( $3 )'
+++ strings+=($3)
++ rvm_ruby_string=3.0.1
++ [[ -n '' ]]
++ for string in ${strings[@]}
++ case "$string" in
++ rvm_ruby_version=3.0.1
++ rvm_ruby_revision=
++ rvm_ruby_tag=
++ [[ -z '' ]]
++ [[ -n 3.0.1 ]]
++ case "${rvm_ruby_version}" in
++ rvm_ruby_interpreter=ruby
++ [[ -n ruby ]]
++ rvm_ruby_string=ruby-3.0.1
++ true
++ ((  0 == 1  ))
++ __rvm_ruby_string_parse_
++ typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name tag_name
++ ruby_string=ruby-3.0.1
++ gemset_name=
++ repo_url=
++ branch_name=
++ ruby_name=
++ tag_name=
++ __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 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
++ rvm_ruby_repo_url=
++ rvm_ruby_repo_branch=
++ rvm_ruby_name=
++ rvm_ruby_repo_tag=
++ export rvm_head_flag=0
++ rvm_head_flag=0
++ [[ -z ruby-3.0.1 ]]
++ [[ ruby-3.0.1 == \c\u\r\r\e\n\t ]]
++ strings=()
++ __rvm_custom_separated_array strings - ruby-3.0.1
++ typeset IFS
++ IFS=-
++ [[ -n '' ]]
++ eval 'strings+=( $3 )'
+++ strings+=($3)
++ rvm_ruby_string=ruby-3.0.1
++ [[ -n '' ]]
++ for string in ${strings[@]}
++ case "$string" in
++ rvm_ruby_interpreter=ruby
++ for string in ${strings[@]}
++ case "$string" in
++ rvm_ruby_version=3.0.1
++ rvm_ruby_revision=
++ rvm_ruby_tag=
++ [[ -z ruby ]]
++ true
++ [[ -z ruby ]]
++ __rvm_ruby_string_find
++ __rvm_ruby_string_installed
++ typeset __ruby_inst_dir=/usr/local/rvm/rubies/ruby-3.0.1
++ [[ -n '' ]]
++ [[ -n ruby ]]
++ [[ -n ruby-3.0.1 ]]
++ [[ -d /usr/local/rvm/rubies/ruby-3.0.1 ]]
++ [[ -z '' ]]
++ true
++ [[ -n '' ]]
++ detected_rvm_ruby_name=
++ rvm_ruby_name=
++ true
++ __rvm_select_after_parse
++ __rvm_select_interpreter_variables
++ rvm_archive_extension=tar.gz
++ [[ -z ruby ]]
++ rvm_ruby_interpreter=ruby
++ is_a_function __rvm_select_interpreter_ruby
++ typeset -f __rvm_select_interpreter_ruby
++ __rvm_select_interpreter_ruby
++ [[ '' == \p\0 ]]
++ rvm_ruby_package_name=ruby-3.0.1
++ rvm_ruby_package_file=ruby-3.0.1
++ [[ -z 3.0.1 ]]
+++ __rvm_db ruby_repo_url
+++ typeset value key variable
+++ key=ruby_repo_url
+++ variable=
+++ value=
+++ [[ -f /usr/local/rvm/user/db ]]
++++ __rvm_db_ /usr/local/rvm/user/db ruby_repo_url
++++ typeset __db __key __value
++++ __db=/usr/local/rvm/user/db
++++ __key=ruby_repo_url
++++ shift 2
++++ __value=
++++ case "${__value}" in
++++ __rvm_db_get /usr/local/rvm/user/db ruby_repo_url
++++ [[ -f /usr/local/rvm/user/db ]]
++++ __rvm_sed -n -e '\#^ruby_repo_url=# { s#^ruby_repo_url=##;; p; }' -e '/^$/d'
++++ sed -n -e '\#^ruby_repo_url=# { s#^ruby_repo_url=##;; p; }' -e '/^$/d'
+++ value=
+++ [[ -z '' ]]
+++ [[ -f /usr/local/rvm/config/db ]]
++++ __rvm_db_ /usr/local/rvm/config/db ruby_repo_url
++++ typeset __db __key __value
++++ __db=/usr/local/rvm/config/db
++++ __key=ruby_repo_url
++++ shift 2
++++ __value=
++++ case "${__value}" in
++++ __rvm_db_get /usr/local/rvm/config/db ruby_repo_url
++++ [[ -f /usr/local/rvm/config/db ]]
++++ __rvm_sed -n -e '\#^ruby_repo_url=# { s#^ruby_repo_url=##;; p; }' -e '/^$/d'
++++ sed -n -e '\#^ruby_repo_url=# { s#^ruby_repo_url=##;; p; }' -e '/^$/d'
+++ value=https://github.com/ruby/ruby.git
+++ [[ -n https://github.com/ruby/ruby.git ]]
+++ [[ -n '' ]]
+++ echo https://github.com/ruby/ruby.git
+++ true
++ rvm_ruby_repo_url=https://github.com/ruby/ruby.git
++ ((  0 == 0  ))
++ __rvm_version_compare 3.0.1 -ge 3.0.0
++ typeset first
+++ command printf %b '3.0.1\n3.0.0\n'
+++ __rvm_version_sort
+++ command head -n1
+++ command awk '-F[.-]' -v OFS=. '{                   # split on "." and "-", merge back with "."
    original=$0                                        # save original to preserve it before the line is changed
    for (n=1; n<10; n++) {                             # iterate through max 9 components of version
      $n=tolower($n)                                   # ignore case for sorting
      if ($n == "")                 $n="0"             # treat non existing parts as 0
      if ($n ~ /^p[0-9]/)           $n=substr($n, 2)   # old ruby -p notation
      if ($n ~ /^[0-9](rc|b)/)      $n=substr($n, 1, 1)". "substr($n, 2)   # old jruby 0RC1 notation
      if (n == 1 && $n ~ /^[0-9]/)  $n="zzz."$n        # first group must be a string
      if (n > 1 && $n ~ /^[a-z]/)   $n=" "$n           # names go before numbers thanks to space
    }
    print $0"\t"original                               # print the transformed version and original separated by \t
                                                       # so we can extract original after sorting
  }'
+++ awk '-F\t' '{print $2}'
+++ LC_ALL=C
+++ sort -t. -k 1,1d -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
++ first=3.0.0
++ case "$2" in
++ [[ 3.0.0 == \h\e\a\d ]]
++ [[ 3.0.0 == \3\.\0\.\0 ]]
++ return 0
++ rvm_archive_extension=tar.gz
++ true
++ __rvm_select_version_variables
++ case "$rvm_ruby_version" in
++ rvm_ruby_release_version=3
++ rvm_ruby_major_version=3.0
++ rvm_ruby_major_version=0
++ rvm_ruby_minor_version=1
++ __rvm_select_default_variables
++ [[ ruby != ext ]]
++ rvm_ruby_package_name=ruby-3.0.1
++ rvm_ruby_home=/usr/local/rvm/rubies/ruby-3.0.1
++ rvm_ruby_binary=/usr/local/rvm/rubies/ruby-3.0.1/bin/ruby
++ rvm_ruby_irbrc=/usr/local/rvm/rubies/ruby-3.0.1/.irbrc
++ [[ system == \r\u\b\y ]]
++ __rvm_gemset_select
++ __rvm_gemset_select_only
++ rvm_ruby_gem_home=/usr/local/rvm/gems/ruby-3.0.1
++ : rvm_ignore_gemsets_flag:0:
++ ((  rvm_ignore_gemsets_flag  ))
++ rvm_ruby_global_gems_path=/usr/local/rvm/gems/ruby-3.0.1@global
++ __rvm_gemset_handle_default
++ rvm_gemset_name=@@
++ rvm_gemset_name=@@
++ rvm_gemset_name=
++ [[ -z '' ]]
++ [[ '' == \g\l\o\b\a\l ]]
++ rvm_ruby_gem_path=/usr/local/rvm/gems/ruby-3.0.1:/usr/local/rvm/gems/ruby-3.0.1@global
++ [[ -n '' ]]
++ rvm_env_string=ruby-3.0.1
++ true
++ __rvm_gemset_select_validation
++ [[ ! -d /usr/local/rvm/gems/ruby-3.0.1 ]]
++ ((  0 == 1  ))
++ case &quot;${rvm_gemset_name}&quot; in
++ typeset rvm_ruby_gem_home_254
++ [[ -n '' ]]
++ rvm_ruby_gem_home_254=/usr/local/rvm/gems/ruby-3.0.1
++ [[ /usr/local/rvm/gems/ruby-3.0.1 != \/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\g\e\m\s\/\r\u\b\y\-\3\.\0\.\1 ]]
++ rvm_ruby_selected_flag=1
++ [[ system == ruby ]]
++ __rvm_use_
++ rvm_ruby_home=/usr/local/rvm/rubies/ruby-3.0.1
++ [[ ! -d /usr/local/rvm/rubies/ruby-3.0.1 ]]
++ __rvm_gemset_use_ensure
++ [[ ! -d /usr/local/rvm/gems/ruby-3.0.1 ]]
++ [[ -n '' ]]
++ export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC
++ GEM_HOME=/usr/local/rvm/gems/ruby-3.0.1
++ GEM_PATH=/usr/local/rvm/gems/ruby-3.0.1:/usr/local/rvm/gems/ruby-3.0.1@global
++ MY_RUBY_HOME=/usr/local/rvm/rubies/ruby-3.0.1
++ RUBY_VERSION=ruby-3.0.1
++ IRBRC=/usr/local/rvm/rubies/ruby-3.0.1/.irbrc
++ unset BUNDLE_PATH
++ [[ maglev == \r\u\b\y ]]
++ [[ -n /usr/local/rvm/rubies/ruby-3.0.1/.irbrc ]]
++ ((  1 >= 2 && 0 == 0  ))
++ ((  1 == 1 && 1 == 1  ))
++ rvm_log 'Using /usr/local/rvm/gems/ruby-3.0.1'
++ [[ '' == 1 ]]
++ printf %b 'Using /usr/local/rvm/gems/ruby-3.0.1\n'
Using /usr/local/rvm/gems/ruby-3.0.1
++ [[ /usr/local/rvm/gems/ruby-3.0.1 != \/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\g\e\m\s\/\r\u\b\y\-\3\.\0\.\1\@\g\l\o\b\a\l ]]
++ __path_prefix=/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin
++ __path_suffix=
++ __rvm_use_common
++ [[ -z ruby-3.0.1 ]]
++ export rvm_ruby_string
++ [[ -z '' ]]
++ typeset __save_PATH
++ __rvm_remove_rvm_from_path
++ typeset local_rvm_path
++ __rvm_remove_from_path '/usr/local/rvm/*'
++ export PATH
++ typeset _value
++ _value='/usr/local/rvm/*'
++ [[ /usr/local/rvm/* == \/\* ]]
++ [[ /usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest == *\/\/* ]]
++ [[ /usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest == *\/\:* ]]
++ __rvm_string_match :/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest: '*:/usr/local/rvm/*:*'
++ typeset _string
++ _string=:/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest:
++ shift
++ ((  1  ))
++ case "${_string}" in
++ return 0
++ typeset -a _path
++ _path=()
++ __rvm_custom_separated_array _path : /usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest
++ typeset IFS
++ IFS=:
++ [[ -n '' ]]
++ eval '_path+=( $3 )'
+++ _path+=($3)
++ __rvm_remove_from_array _path '/usr/local/rvm/*' /usr/local/rvm/gems/ruby-3.0.1/bin /usr/local/rvm/gems/ruby-3.0.1@global/bin /usr/local/rvm/rubies/ruby-3.0.1/bin /usr/local/rvm/bin /home/r/.cargo/bin /usr/local/sbin /usr/local/bin /usr/sbin /usr/bin /sbin /bin /usr/games /usr/local/games /snap/bin /usr/local/texlive/2023/bin/latest /usr/lib/postgresql/14/bin /home/r/.cargo/bin /usr/local/texlive/2023/bin/latest
++ typeset _array_name _iterator _search
++ typeset -a _temp_array
++ _array_name=_path
++ _search='/usr/local/rvm/*'
++ shift 2
++ _temp_array=()
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/rvm/gems/ruby-3.0.1/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/rvm/gems/ruby-3.0.1/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ return 0
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/rvm/gems/ruby-3.0.1@global/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/rvm/gems/ruby-3.0.1@global/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ return 0
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/rvm/rubies/ruby-3.0.1/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/rvm/rubies/ruby-3.0.1/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ return 0
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/rvm/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/rvm/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ return 0
++ for _iterator in "$@"
++ __rvm_string_match /home/r/.cargo/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/home/r/.cargo/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/sbin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/sbin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /usr/sbin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/sbin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /usr/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /sbin '/usr/local/rvm/*'
++ typeset _string
++ _string=/sbin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /usr/games '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/games
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/games '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/games
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /snap/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/snap/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/texlive/2023/bin/latest '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/texlive/2023/bin/latest
++ shift
++ ((  1  ))
++ case &quot;${_string}&quot; in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=(&quot;$_iterator&quot;)
++ for _iterator in &quot;$@&quot;
++ __rvm_string_match /usr/lib/postgresql/14/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/lib/postgresql/14/bin
++ shift
++ ((  1  ))
++ case &quot;${_string}&quot; in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=(&quot;$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /home/r/.cargo/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/home/r/.cargo/bin
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ for _iterator in "$@"
++ __rvm_string_match /usr/local/texlive/2023/bin/latest '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/local/texlive/2023/bin/latest
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=("$_iterator")
++ eval '_path=( "${_temp_array[@]}" )'
+++ _path=("${_temp_array[@]}")
++ __rvm_join_array PATH : _path
++ typeset IFS
++ IFS=:
++ eval 'PATH="${_path[*]}"'
+++ PATH=/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest
++ __rvm_remove_from_path '/usr/local/rvm/gems/*'
++ export PATH
++ typeset _value
++ _value='/usr/local/rvm/gems/*'
++ [[ /usr/local/rvm/gems/* == \/\* ]]
++ [[ /home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest == *\/\/* ]]
++ [[ /home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest == *\/\:* ]]
++ __rvm_string_match :/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest: '*:/usr/local/rvm/gems/*:*'
++ typeset _string
++ _string=:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest:
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
++ __rvm_remove_from_path /usr/local/rvm/bin
++ export PATH
++ typeset _value
++ _value=/usr/local/rvm/bin
++ [[ /usr/local/rvm/bin == \/\* ]]
++ [[ /home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest == *\/\/* ]]
++ [[ /home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest == *\/\:* ]]
++ __rvm_string_match :/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest: '*:/usr/local/rvm/bin:*'
++ typeset _string
++ _string=:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest:
++ shift
++ ((  1  ))
++ case "${_string}" in
++ shift
++ ((  0  ))
++ return 1
+++ __rvm_which rvm
++ local_rvm_path=
++ builtin hash -r
++ __save_PATH=/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest
++ [[ -n '' ]]
++ PATH=/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest
++ export PATH
++ builtin hash -r
++ [[ ruby-3.0.1 != \s\y\s\t\e\m ]]
++ case "${rvm_rvmrc_flag:-0}" in
++ typeset environment_id
+++ __rvm_env_string
+++ typeset _string
+++ _string=/usr/local/rvm/gems/ruby-3.0.1
+++ _string=ruby-3.0.1
+++ printf %b 'ruby-3.0.1\n'
++ environment_id=ruby-3.0.1
++ ((  0 == 1  ))
++ rvm_default_flag=0
++ [[ -n '' ]]
++ rvm_hook=after_use
++ source /usr/local/rvm/scripts/hook
+++ typeset old_rvm_verbose_flag old_rvm_debug_flag
+++ old_rvm_verbose_flag=1
+++ old_rvm_debug_flag=0
+++ typeset rvm_verbose_flag rvm_debug_flag hooks
+++ true rvm_verbose_flag:1 rvm_hooks_path:/usr/local/rvm/hooks rvm_debug_flag:0 rvm_hook:after_use
+++ [[ -n after_use ]]
+++ hooks=()
+++ [[ -d /usr/local/rvm/hooks ]]
+++ hooks+=("$rvm_hooks_path")
+++ [[ /home/r/.rvm/hooks != \/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\h\o\o\k\s ]]
+++ [[ -d /home/r/.rvm/hooks ]]
+++ [[ -n /usr/local/rvm/hooks ]]
+++ __rvm_read_lines _hooks_list /dev/fd/63
+++ typeset IFS
++++ __rvm_find -L /usr/local/rvm/hooks -iname 'after_use*' -type f
+++ IFS='
'
+++ [[ /dev/fd/63 == \- ]]
+++ eval '_hooks_list=( $( \command \cat "${2:--}" ) )'
++++ _hooks_list=($( \command \cat "${2:--}" ))
+++++ command cat /dev/fd/63
+++ for hook in "${_hooks_list[@]}"
+++ [[ -x /usr/local/rvm/hooks/after_use_maglev ]]
+++ [[ /usr/local/rvm/hooks/after_use_maglev == \/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\h\o\o\k\s\/* ]]
+++ rvm_debug 'Running /usr/local/rvm/hooks/after_use_maglev'
+++ ((  0  ))
+++ return 0
+++ __rvm_conditionally_do_with_env . /usr/local/rvm/hooks/after_use_maglev
+++ ((  __rvm_env_loaded > 0  ))
+++ . /usr/local/rvm/hooks/after_use_maglev
++++ . /usr/local/rvm/scripts/functions/hooks/maglev
++++ [[ ruby-3.0.1 =~ maglev ]]
+++ for hook in "${_hooks_list[@]}"
+++ [[ -x /usr/local/rvm/hooks/after_use_rbx_opts ]]
+++ [[ after_use_rbx_opts == \a\f\t\e\r\_\u\s\e ]]
+++ for hook in "${_hooks_list[@]}"
+++ [[ -x /usr/local/rvm/hooks/after_use_jruby_opts ]]
+++ [[ after_use_jruby_opts == \a\f\t\e\r\_\u\s\e ]]
+++ for hook in "${_hooks_list[@]}"
+++ [[ -x /usr/local/rvm/hooks/after_use_jruby ]]
+++ [[ after_use_jruby == \a\f\t\e\r\_\u\s\e ]]
+++ for hook in "${_hooks_list[@]}"
+++ [[ -x /usr/local/rvm/hooks/after_use_home_bin ]]
+++ [[ after_use_home_bin == \a\f\t\e\r\_\u\s\e ]]
+++ for hook in "${_hooks_list[@]}"
+++ [[ -x /usr/local/rvm/hooks/after_use_textmate ]]
+++ [[ after_use_textmate == \a\f\t\e\r\_\u\s\e ]]
+++ for hook in "${_hooks_list[@]}"
+++ [[ -x /usr/local/rvm/hooks/after_use_current ]]
+++ [[ after_use_current == \a\f\t\e\r\_\u\s\e ]]
+++ unset rvm_hook hooks _hooks_list hook
++ return 0
++ __rvm_use_ruby_warnings
++ [[ ruby-3.0.1 == \s\y\s\t\e\m ]]
++ [[ ruby-3.0.1 == '' ]]
++ typeset __executable __gem_version
++ for __executable in ruby gem irb
++ [[ -x /usr/local/rvm/rubies/ruby-3.0.1/bin/ruby ]]
++ for __executable in ruby gem irb
++ [[ -x /usr/local/rvm/rubies/ruby-3.0.1/bin/gem ]]
++ for __executable in ruby gem irb
++ [[ -x /usr/local/rvm/rubies/ruby-3.0.1/bin/irb ]]
++ [[ ruby == \r\u\b\y ]]
++ __rvm_version_compare 3.0.1 -ge 2.0.0
++ typeset first
+++ command printf %b '3.0.1\n2.0.0\n'
+++ __rvm_version_sort
+++ command head -n1
+++ command awk '-F[.-]' -v OFS=. '{                   # split on "." and "-&quot;, merge back with &quot;.&quot;
    original=$0                                        # save original to preserve it before the line is changed
    for (n=1; n&lt;10; n++) {                             # iterate through max 9 components of version
      $n=tolower($n)                                   # ignore case for sorting
      if ($n == "")                 $n="0"             # treat non existing parts as 0
      if ($n ~ /^p[0-9]/)           $n=substr($n, 2)   # old ruby -p notation
      if ($n ~ /^[0-9](rc|b)/)      $n=substr($n, 1, 1)". "substr($n, 2)   # old jruby 0RC1 notation
      if (n == 1 && $n ~ /^[0-9]/)  $n="zzz."$n        # first group must be a string
      if (n > 1 && $n ~ /^[a-z]/)   $n=" "$n           # names go before numbers thanks to space
    }
    print $0"\t"original                               # print the transformed version and original separated by \t
                                                       # so we can extract original after sorting
  }'
+++ awk '-F\t' '{print $2}'
+++ LC_ALL=C
+++ sort -t. -k 1,1d -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
++ first=2.0.0
++ case "$2" in
++ [[ 2.0.0 == \h\e\a\d ]]
++ [[ 2.0.0 == \2\.\0\.\0 ]]
++ return 0
++ __rvm_which gem
++ command which gem
+++ RUBYGEMS_GEMDEPS=
+++ gem --version
+++ typeset result
+++ typeset rvmrc
+++ 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[@]}"
+++ [[ -s /etc/rvmrc ]]
+++ source /etc/rvmrc
++++ umask u=rwx,g=rwx,o=rx
+++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++ [[ -s /home/r/.rvmrc ]]
+++ true
+++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++ [[ -s /usr/local/.rvmrc ]]
+++ true
+++ unset rvm_rvmrc_files
+++ command gem --version
+++ hash -r
+++ return 0
++ __gem_version=3.2.15
++ [[ -n 3.2.15 ]]
++ __rvm_version_compare 3.2.15 -lt 2.0.0
++ typeset first
+++ command printf %b '3.2.15\n2.0.0\n'
+++ __rvm_version_sort
+++ command head -n1
+++ command awk '-F[.-]' -v OFS=. '{                   # split on "." and "-", merge back with "."
    original=$0                                        # save original to preserve it before the line is changed
    for (n=1; n<10; n++) {                             # iterate through max 9 components of version
      $n=tolower($n)                                   # ignore case for sorting
      if ($n == "")                 $n="0"             # treat non existing parts as 0
      if ($n ~ /^p[0-9]/)           $n=substr($n, 2)   # old ruby -p notation
      if ($n ~ /^[0-9](rc|b)/)      $n=substr($n, 1, 1)". "substr($n, 2)   # old jruby 0RC1 notation
      if (n == 1 && $n ~ /^[0-9]/)  $n="zzz."$n        # first group must be a string
      if (n > 1 && $n ~ /^[a-z]/)   $n=" "$n           # names go before numbers thanks to space
    }
    print $0"\t"original                               # print the transformed version and original separated by \t
                                                       # so we can extract original after sorting
  }'
+++ awk '-F\t' '{print $2}'
+++ LC_ALL=C
+++ sort -t. -k 1,1d -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
++ first=2.0.0
++ case "$2" in
++ [[ 2.0.0 == \h\e\a\d ]]
++ [[ 2.0.0 == \3\.\2\.\1\5 ]]
++ return 1
++ current_result=0
++ ((  result  ))
++ result=0
++ ((  result  ))
++ case "$rvm_action" in
++ current_result=0
++ ((  result  ))
++ result=0
++ typeset __local_rvm_trace_flag
++ __local_rvm_trace_flag=0
++ __rvm_cli_autoreload
++ [[ 0 -eq 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/282*'
++ __rvm_rm_rf_verbose '/usr/local/rvm/tmp/282*'
++ typeset target
++ target='/usr/local/rvm/tmp/282*'
++ [[ -n '' ]]
++ [[ -n 5.1.16(1)-release ]]
++ builtin shopt -s extglob
++ case "${target}" in
++ [[ -z /usr/local/rvm/tmp/282* ]]
++ [[ -d /usr/local/rvm/tmp/282* ]]
++ [[ -f /usr/local/rvm/tmp/282* ]]
++ [[ -L /usr/local/rvm/tmp/282* ]]
++ rvm_debug '__rvm_rm_rf already gone: /usr/local/rvm/tmp/282*'
++ ((  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.1.16(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.1.16(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
++ ((  __local_rvm_trace_flag > 0  ))
++ return 0
++ export JAVA_HOME=/usr/lib/jvm/java-11
++ JAVA_HOME=/usr/lib/jvm/java-11
++ export PATH=/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin
++ PATH=/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/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=/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin
++ PATH=/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/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.1.16(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.1.16(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.1.16(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=/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/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
++ for hook in "${_hooks_list[@]}"
++ [[ -x /usr/local/rvm/hooks/after_cd_bundler ]]
++ [[ after_cd_bundler == \a\f\t\e\r\_\c\d ]]
++ 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 ]]
++ 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/282*'
+ __rvm_rm_rf_verbose '/usr/local/rvm/tmp/282*'
+ typeset target
+ target='/usr/local/rvm/tmp/282*'
+ [[ -n '' ]]
+ [[ -n 5.1.16(1)-release ]]
+ builtin shopt -s extglob
+ case "${target}" in
+ [[ -z /usr/local/rvm/tmp/282* ]]
+ [[ -d /usr/local/rvm/tmp/282* ]]
+ [[ -f /usr/local/rvm/tmp/282* ]]
+ [[ -L /usr/local/rvm/tmp/282* ]]
+ rvm_debug '__rvm_rm_rf already gone: /usr/local/rvm/tmp/282*'
+ ((  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.1.16(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.1.16(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 pull_id=465
+ pull_id=465
+ export fork=git@github.com:bugdea1er/py2eo.git
+ fork=git@github.com:bugdea1er/py2eo.git
+ export fork_branch=parser
+ fork_branch=parser
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=Bump some dependencies and fix CI'
+ pull_title='Bump some dependencies and fix CI'
+ export author=yegor256
+ author=yegor256
+ sudo -i update-java-alternatives --set /usr/lib/jvm/java-1.17.0-openjdk-amd64
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
+ export JAVA_HOME=/usr/lib/jvm/java-17
+ JAVA_HOME=/usr/lib/jvm/java-17
+ mvn clean install
[1;34mINFOm] 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 95 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: https://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 302 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: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (42 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (64 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 417 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: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 431 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 302 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 172 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: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom (35 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom (56 kB at 3.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (5.6 kB at 371 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (6.0 kB at 402 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (11 kB at 806 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (17 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (8.4 kB at 597 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: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (9.0 kB at 603 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 807 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 321 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 509 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 68 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 104 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 173 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: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (31 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (43 kB at 2.7 MB/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 192 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: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 939 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 127 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 kB at 636 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 782 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 1.3 MB/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 176 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: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom (6.5 kB at 502 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom (5.9 kB at 455 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom (14 kB at 956 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom (23 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom (5.7 kB at 474 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom (11 kB at 882 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom (24 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 930 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom (5.6 kB at 434 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/4/oss-parent-4.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/4/oss-parent-4.pom (18 kB at 1.5 MB/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: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom (5.6 kB at 466 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 155 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 165 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 133 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 1.3 MB/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 370 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 836 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 697 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 216 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: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (41 kB at 2.7 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: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (59 kB at 3.7 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 145 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: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 1.1 MB/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 244 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (1.9 kB at 169 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
Downloaded1from2Maven: https://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 2.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.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/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 kB at 541 kB/s)
Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (27 kB at 303 kB/s)
Downloading)from6Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 362 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
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (223 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (206 kB at 674 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
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (425 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (34 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 136 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.jar (2.2 MB at 5.0 MB/s)
Downloading)from8Maven: 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 370 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded4from.Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 441 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/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 kB at 41 kB/s)
Downloading)from9Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (8.9 kB at 16 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 467 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 26 kB/s)
Downloaded4from.Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (923 kB at 1.5 MB/s)
Downloaded3from.Maven:Bhttps://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (871 kB at 1.4 MB/s)
Downloaded2from.Maven:Bhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 699 kB/s)
Downloaded1from1Maven:Mhttps://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (11 MB at 4.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 512 kB/s)
[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 1.0-SNAPSHOT                                        [1/3]m
[1;34mINFOm]   from pom.xml
[1;34mINFOm] 1m--------------------------------[ pom ]---------------------------------m
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: https://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 554 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: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom (8.3 kB at 695 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 1.6 MB/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: https://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 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom
Downloaded1from.Maven: https://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 408 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 825 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom (21 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar
Downloaded1from6Maven: https://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.9 MB/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: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.0.0/buildnumber-maven-plugin-3.0.0.pom (13 kB at 869 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom (35 kB at 1.8 MB/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: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom (5.6 kB at 469 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: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.0.0/buildnumber-maven-plugin-3.0.0.jar (46 kB at 2.1 MB/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: https://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 765 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 619 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 4.6 MB/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: https://repo.maven.apache.org/maven2/org/codehaus/mojo/wagon-maven-plugin/2.0.2/wagon-maven-plugin-2.0.2.pom (10 kB at 861 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/60/mojo-parent-60.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/60/mojo-parent-60.pom (30 kB at 1.2 MB/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: https://repo.maven.apache.org/maven2/org/codehaus/mojo/wagon-maven-plugin/2.0.2/wagon-maven-plugin-2.0.2.jar (60 kB at 2.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom
Downloaded1from.Maven: https://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 828 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 972 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar
Downloaded1from1Maven: https://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 2.9 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: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.pom (14 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/69/mojo-parent-69.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/69/mojo-parent-69.pom (35 kB at 2.7 MB/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: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 563 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: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.jar (73 kB at 4.0 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: https://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 621 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: https://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 2.5 MB/s)
[1;33mWARNINGm] 1;33mParameter '0;1;33mcreateChecksum0;1;33m' is unknown for plugin '0;1;33mmaven-install-plugin0;1;33m:0;1;33m3.0.10;1;33m:0;1;33minstall0;1;33m (0;1;33mdefault-install0;1;33m)0;1;33m'm
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom (11 kB at 924 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar
Downloaded1from4Maven:khttps://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar (346 kB at 7.2 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mclean:3.2.0:cleanm 1m(default-clean)m @ 36mpy2eo0;1m ---m
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: https://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 583 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: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 510 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 4.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 1.4 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
Downloaded1from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar
Downloaded1from1Maven:khttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 5.0 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer: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 268 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 275 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 1.4 MB/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: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 425 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 747 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 1.8 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 235 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: https://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 428 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: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 657 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: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 479 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 628 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 2.5 MB/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 56 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 239 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: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 1.3 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.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 77 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 549 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 2.0 MB/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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 664 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 614 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 1.2 MB/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: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom (4.9 kB at 491 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: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 806 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 217 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 236 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 140 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 306 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 269 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 618 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 840 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 206 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 223 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 272 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: https://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 386 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 172 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: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.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 187 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 199 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 316 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: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 911 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: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 1.3 MB/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 33 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: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 610 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: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 667 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 192 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom (26 kB at 2.0 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: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 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: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 4.0 MB/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: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 510 kB/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: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 2.4 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: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 510 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 416 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: https://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 407 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: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 445 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: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom (4.2 kB at 349 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 157 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom (19 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 1.3 MB/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
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar (11 kB at 955 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
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
Downloaded3from6Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (46 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
Downloaded3from3Maven:Bhttps://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 1.2 MB/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
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 1.2 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
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 2.4 MB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.jar (118 kB at 1.5 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
Downloaded4from0Maven:khttps://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 2.3 MB/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
Downloaded3from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar (55 kB at 580 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
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 404 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
Downloaded3from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (43 kB at 388 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
Downloaded3from5Maven: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 224 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
Downloaded3from7Maven:khttps://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 3.1 MB/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
Downloaded5from1Maven: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 201 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
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (66 kB at 427 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar
Downloaded3from2Maven: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 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded4from7Maven: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 976 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded4from7Maven: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/com/google/guava/guava/16.0.1/guava-16.0.1.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 24 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 291 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
Downloaded5from8Maven: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 585 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 220 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
Downloaded4from3Maven: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 17 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 110 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
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 51 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
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (608 kB at 2.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.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 470 kB/s)
Downloading)from8Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.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 from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 629 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 762 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 1.2 MB/s)
Downloaded4from.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 196 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 711 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 590 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: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 209 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 1.3 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 370 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 737 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 432 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 222 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 91 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 595 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.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 91 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 471 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 515 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 997 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 214 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 193 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 338 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.4/maven-3.8.4.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.4/maven-3.8.4.pom (27 kB at 2.3 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 280 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 518 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.9 MB/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 239 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: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 4.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 459 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 2.0 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 791 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 225 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 274 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 167 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: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 858 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 1.2 MB/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 229 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 410 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 193 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: https://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 597 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 313 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 290 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 139 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: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 864 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 91 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 471 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 1.6 MB/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 444 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 370 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: https://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 606 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: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 1.1 MB/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 254 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 148 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: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.12.0/maven-scm-1.12.0.pom (26 kB at 2.0 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 153 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 137 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 55 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 637 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 1.6 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 85 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 219 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 762 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 348 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 198 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 401 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 303 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 243 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 249 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 260 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 222 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 192 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 252 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 160 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 236 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 238 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 261 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 257 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 239 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: 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 (9.2 kB at 924 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 245 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 212 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 374 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: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 1.5 MB/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 158 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 228 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 1.6 MB/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 115 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 315 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.1/commons-io-2.1.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 1.1 MB/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 282 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 173 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 252 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 347 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 1.0 MB/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 176 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 200 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 116 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 166 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: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 435 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 483 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 89 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 130 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 240 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 271 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 100 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 108 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 129 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 127 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 125 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 204 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 885 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 329 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: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom (6.3 kB at 632 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: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom (4.7 kB at 292 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 3.3 MB/s)
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
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloaded5from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 1.2 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
Downloaded4from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded3from0Maven:1https://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/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 800 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 167 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded4from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded3from7Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloaded3from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 613 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
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 4.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 706 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 382 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
Downloaded5from8Maven: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 25 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
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 1.2 MB/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
Downloaded3from3Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 260 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.jar
Downloaded2from5Maven: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 841 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 257 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloaded3from6Maven: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 56 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
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 169 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: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 248 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
Downloaded5from7Maven:khttps://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 277 kB/s)
Downloading)from3Maven:Bhttps://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
Downloaded4from4Maven:khttps://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 313 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.7 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.jar (36 kB at 132 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.jar
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
Downloaded2from8Maven:Bhttps://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 705 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
Downloaded2from1Maven:Bhttps://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 385 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
Downloaded3from9Maven:1https://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 136 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
Downloaded3from3Maven: 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 (31 kB at 103 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
Downloaded2from4Maven:4https://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 242 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
Downloaded4from0Maven:1https://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 258 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
Downloaded5from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.jar (70 kB at 211 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.jar
Downloaded4from6Maven: 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 203 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/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 192 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.jar
Downloaded2from6Maven:4https://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 254 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar (72 kB at 192 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
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 382 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
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar (248 kB at 434 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.jar
Downloaded5from1Maven:khttps://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 20 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.jar
Downloaded5from5Maven:khttps://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
Downloaded5from6Maven:khttps://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/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar
Downloaded3from6Maven:khttps://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.jar (761 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar
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.3 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 6.5 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 12 kB/s)
Downloading)from8Maven:Bhttps://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar
Downloaded 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 (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 321 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 32 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar (370 kB at 402 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar (913 kB at 983 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar (258 kB at 264 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.1 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: 4b7d639 at timestamp: 2023-10-27T08:39:54
[1;34mINFOm] Storing buildScmBranch: master
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber: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;32massembly: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: 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 (5.5 kB at 610 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 343 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: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 1.6 MB/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: https://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 1.2 MB/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: 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 (5.3 kB at 587 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: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 566 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 3.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 1.7 MB/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: https://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 622 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: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 573 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 3.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 4.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 1.7 MB/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 332 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: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom (6.9 kB at 771 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 400 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 929 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 668 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 1.7 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 696 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 1.5 MB/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 227 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 436 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
Downloaded1from3Maven: 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 (63 kB at 3.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.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
Downloaded3from1Maven:1https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 2.4 MB/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:Bhttps://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 424 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
Downloaded4from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar (55 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
Downloaded3from2Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloaded4from5Maven:khttps://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.3 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
Downloaded5from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 392 kB/s)
Downloaded4from9Maven:Bhttps://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 773 kB/s)
Downloaded3from6Maven:Bhttps://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 1.4 MB/s)
Downloaded2from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 1.4 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.1 MB/s)
[1;33mWARNINGm] Cannot include project artifact: org.polystat:py2eo:pom:1.0-SNAPSHOT; it doesn't have an associated file or directory.
[1;34mINFOm] Building jar: /home/r/repo/target/py2eo-1.0-SNAPSHOT-jar-with-dependencies.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mwagon: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.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 381 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: 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 (4.7 kB at 471 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: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 946 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 143 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 236 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: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 791 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 1.7 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 102 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 255 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: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 1.3 MB/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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 557 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 403 kB/s)
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 350 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: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/3.0.0/wagon-ssh-3.0.0.pom (6.3 kB at 630 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 303 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: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.0.0/wagon-3.0.0.pom (21 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom (16 kB at 1.5 MB/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 294 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 166 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: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom (4.3 kB at 435 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 89 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 131 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 142 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 150 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 100 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 97 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 143 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 100 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 190 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 73 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 107 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 243 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 825 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 105 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 768 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 141 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 169 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 533 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 447 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 1.7 MB/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 383 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 kB at 1.1 MB/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 190 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: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 521 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: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 511 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: https://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 416 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 447 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 176 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: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 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: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 455 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 218 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 173 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 3.1 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: https://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 558 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: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 511 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 96 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 266 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: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.9/slf4j-parent-1.7.9.pom (13 kB at 1.2 MB/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
Downloaded1from0Maven: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 4.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.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
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 487 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.jar
Downloaded3from5Maven:1https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/3.0.0/wagon-ssh-3.0.0.jar
Downloaded5from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/3.0.0/wagon-ssh-3.0.0.jar (32 kB at 809 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar (53 kB at 891 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
Downloaded4from9Maven: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.1 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
Downloaded4from4Maven:khttps://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 154 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
Downloaded4from6Maven: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 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar
Downloaded4from9Maven:khttps://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 69 kB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 3.1 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 2.6 MB/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
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar
Downloaded5from4Maven: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 45 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
Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar (4.3 kB at 36 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
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.jar (287 kB at 2.2 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
Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.jar (4.4 kB at 34 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
Downloaded3from2Maven:Bhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar (7.8 kB at 60 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
Downloaded3from1Maven: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 84 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloaded4from3Maven: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 181 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
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 419 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 862 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 822 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.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 384 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
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 130 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
Downloaded4from2Maven:khttps://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 148 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 106 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.9/slf4j-api-1.7.9.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 483 kB/s)
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.9/slf4j-api-1.7.9.jar (32 kB at 99 kB/s)
Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 1.2 MB/s)
Downloaded2from1Maven:khttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (915 kB at 2.2 MB/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 2.6 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;32mantrun: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 76 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 1.7 MB/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: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 815 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 396 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
Downloaded1from2Maven:khttps://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (224 kB at 5.3 MB/s)
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
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 1.7 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.4 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: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: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 916 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 3.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 3.6 MB/s)
Processed 35 file(s)
Found 0 errors
Found 0 warnings
Finished in 2632 ms
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minstall: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 6.6 MB/s)
[1;34mINFOm] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/org/polystat/py2eo/1.0-SNAPSHOT/py2eo-1.0-SNAPSHOT.pom
[1;34mINFOm] Installing /home/r/repo/target/py2eo-1.0-SNAPSHOT-jar-with-dependencies.jar to /home/r/.m2/repository/org/polystat/py2eo/1.0-SNAPSHOT/py2eo-1.0-SNAPSHOT-jar-with-dependencies.jar
[1;34mINFOm]
[1;34mINFOm] 1m---------------------< 0;36morg.polystat.py2eo:parser0;1m >----------------------m
[1;34mINFOm] 1mBuilding parser 1.0-SNAPSHOT                                       [2/3]m
[1;34mINFOm]   from parser/pom.xml
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
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: 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 (13 kB at 1.2 MB/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: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom (22 kB at 2.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: 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 (54 kB at 3.8 MB/s)
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: https://repo.maven.apache.org/maven2/org/antlr/antlr4-maven-plugin/4.11.1/antlr4-maven-plugin-4.11.1.pom (5.9 kB at 586 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: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom (4.4 kB at 443 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: https://repo.maven.apache.org/maven2/org/antlr/antlr4-maven-plugin/4.11.1/antlr4-maven-plugin-4.11.1.jar (31 kB at 2.4 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: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.pom (11 kB at 977 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom (5.8 kB at 529 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.60.5/parent-0.60.5.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.60.5/parent-0.60.5.pom (63 kB at 3.5 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: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom (5.6 kB at 626 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: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar (23 kB at 2.1 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: https://repo.maven.apache.org/maven2/org/scala-tools/maven-scala-plugin/2.15.2/maven-scala-plugin-2.15.2.pom (15 kB at 1.3 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.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 4.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom
Downloaded1from.Maven: https://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 850 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: https://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 2.4 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: https://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 701 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: https://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 3.9 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: 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 (7.2 kB at 722 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: 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 (44 kB at 3.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
Downloaded1from.Maven: https://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 615 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 990 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 3.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 1.7 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.jar
Downloaded1from7Maven: https://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 2.5 MB/s)
[1;33mWARNINGm] 1;33mParameter '0;1;33mcreateChecksum0;1;33m' is unknown for plugin '0;1;33mmaven-install-plugin0;1;33m:0;1;33m3.0.10;1;33m:0;1;33minstall0;1;33m (0;1;33mdefault-install0;1;33m)0;1;33m'm
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 355 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.12/scala-library-2.13.12.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.12/scala-library-2.13.12.pom (1.6 kB at 145 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.12/scala-reflect-2.13.12.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.12/scala-reflect-2.13.12.pom (1.8 kB at 167 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.2/junit-jupiter-5.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.2/junit-jupiter-5.9.2.pom (3.2 kB at 320 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 563 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 289 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 187 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 257 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 153 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 273 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 320 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 320 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar
Downloaded1from2Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar (324 kB at 7.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.12/scala-library-2.13.12.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.12/scala-reflect-2.13.12.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.2/junit-jupiter-5.9.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.2/junit-jupiter-5.9.2.jar (6.4 kB at 530 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
Downloaded2from/Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 589 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
Downloaded3from/Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 272 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.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar (103 kB at 1.4 MB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar (208 kB at 1.5 MB/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.0 MB/s)
Downloaded4from.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 2.4 MB/s)
Downloaded3from.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 721 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.12/scala-reflect-2.13.12.jar (3.8 MB at 4.3 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.12/scala-library-2.13.12.jar (5.9 MB at 6.2 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mclean:3.2.0:cleanm 1m(default-clean)m @ 36mparser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.1.0:enforcem 1m(enforce-maven)m @ 36mparser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.0.0:createm 1m(jcabi-build-number)m @ 36mparser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.0.0:create-timestampm 1m(jcabi-build-number)m @ 36mparser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mantlr4: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 106 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom (8.3 kB at 826 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 298 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 896 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.11.1/antlr4-4.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.11.1/antlr4-4.11.1.pom (6.3 kB at 627 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 318 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: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.3/antlr-master-3.5.3.pom (11 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.4/ST4-4.3.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.4/ST4-4.3.4.pom (4.6 kB at 462 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: https://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 518 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: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom (12 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom (18 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 985 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/71.1/icu4j-71.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/71.1/icu4j-71.1.pom (4.9 kB at 493 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 161 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: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom (16 kB at 1.5 MB/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 106 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
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar (27 kB at 2.1 MB/s)
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
Downloading from Maven: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar
Downloaded5from3Maven:khttps://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 558 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar (173 kB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar (61 kB at 614 kB/s)
Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-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.1 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 129 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.4/ST4-4.3.4.jar (251 kB at 1.7 MB/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.2 MB/s)
Downloaded1from4Maven:Mhttps://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar (14 MB at 7.8 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: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;32mresources:3.3.0:resourcesm 1m(default-resources)m @ 36mparser0;1m ---m
[1;34mINFOm] skip non existing resourceDirectory /home/r/repo/parser/src/main/resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler: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: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 431 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: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 578 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 1.4 MB/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 83 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 480 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom (5.0 kB at 497 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom (4.6 kB at 461 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 237 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom (16 kB at 1.5 MB/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 106 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom (8.1 kB at 812 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 243 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 103 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 80 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 132 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
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 1.2 MB/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.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
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
Downloaded2from3Maven: 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 282 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
Downloaded2from4Maven:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 3.4 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
Downloaded3from9Maven:Bhttps://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 186 kB/s)
Downloaded3from9Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar (23 kB at 761 kB/s)
Downloaded3from2Maven:khttps://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 3.5 MB/s)
Downloaded2from5Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar (27 kB at 691 kB/s)
Downloaded1from3Maven:khttps://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 2.9 MB/s)
[1;33mWARNINGm]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[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;32mscala: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 112 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 547 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 252 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 242 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 249 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 457 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 81 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 389 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 304 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 83 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 155 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 207 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 170 kB/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 122 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 80 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 138 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 154 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 103 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 146 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 690 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 105 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 232 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 172 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 174 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 248 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: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 646 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 163 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 158 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: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 495 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 213 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 181 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 155 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 665 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 229 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: https://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 645 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 126 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 332 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 361 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 318 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.4 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 301 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 1.3 MB/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 206 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 314 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 252 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 255 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 338 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 211 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 202 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 222 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: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom (7.2 kB at 655 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.4/snakeyaml-1.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.4/snakeyaml-1.4.pom (7.3 kB at 665 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 371 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.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 175 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: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 1.3 MB/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 198 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 113 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 124 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: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 507 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: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 849 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 1.3 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 589 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 891 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
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 952 kB/s)
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
Downloading from Maven: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloaded4from9Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 982 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.jar
Downloaded5from9Maven: https://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/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloaded5from8Maven:9https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 926 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 614 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar
Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 577 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
Downloaded4from4Maven: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 80 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloaded3from6Maven: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.5 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
Downloaded4from6Maven:khttps://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)
Downloaded3from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 85 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 59 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloaded4from9Maven: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 140 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
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 131 kB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Downloaded3from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 1.0 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
Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 93 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 70 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.jar
Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 136 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloaded5from7Maven:khttps://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 66 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 190 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloaded3from9Maven:khttps://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 194 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:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 48 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
Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.4/snakeyaml-1.4.jar
Downloaded2from3Maven:khttps://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloaded3from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar (35 kB at 145 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.1/plexus-utils-2.0.1.jar
Downloaded2from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.jar (49 kB at 201 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
Downloaded2from2Maven:khttps://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 480 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
Downloaded3from9Maven: https://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 49 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.jar
Downloaded2from0Maven:4https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 301 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
Downloaded2from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 289 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
Downloaded1from2Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.1/plexus-utils-2.0.1.jar (222 kB at 706 kB/s)
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 90 kB/s)
Downloaded1from1Maven:khttps://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.4/snakeyaml-1.4.jar (217 kB at 604 kB/s)
Downloaded2from0Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.6.1/jackson-core-asl-1.6.1.jar (201 kB at 481 kB/s)
Downloaded1from4Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.6.1/jackson-mapper-asl-1.6.1.jar (542 kB at 1.1 MB/s)
[1;34mINFOm] Checking for multiple versions of scala
[1;34mINFOm] includes = [**/*.java,**/*.scala,]
[1;34mINFOm] excludes = []
[1;34mINFOm] /home/r/repo/parser/src/main/java:-1: info: compiling
[1;34mINFOm] /home/r/repo/parser/target/generated-sources/antlr4:-1: info: compiling
[1;34mINFOm] /home/r/repo/parser/target/generated-sources/annotations:-1: info: compiling
[1;34mINFOm] /home/r/repo/parser/src/main/scala:-1: info: compiling
[1;34mINFOm] Compiling 15 source files to /home/r/repo/parser/target/classes at 1698396016108
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.13.12/scala-compiler-2.13.12.jar
Downloaded1from2Maven:Mhttps://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.13.12/scala-compiler-2.13.12.jar (12 MB at 10 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.13.12/scala-compiler-2.13.12.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.13.12/scala-compiler-2.13.12.pom (2.5 kB at 281 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: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar (72 kB at 3.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jline/jline/3.22.0/jline-3.22.0.jar
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/jline/jline/3.22.0/jline-3.22.0.jar (1.1 MB at 10 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar (1.9 MB at 11 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 266 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: https://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 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jline/jline/3.22.0/jline-3.22.0.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/jline/jline/3.22.0/jline-3.22.0.pom (18 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jline/jline-parent/3.22.0/jline-parent-3.22.0.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/jline/jline-parent/3.22.0/jline-parent-3.22.0.pom (28 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom (2.0 kB at 203 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 20 s
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.3.0:testResourcesm 1m(default-testResources)m @ 36mparser0;1m ---m
[1;34mINFOm] skip non existing resourceDirectory /home/r/repo/parser/src/test/resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.10.1:testCompilem 1m(default-testCompile)m @ 36mparser0;1m ---m
[1;33mWARNINGm]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[1;34mINFOm] No sources to compile
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mscala: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 1698396036251
[1;33mWARNINGm] warning: 1 deprecation (since 2.13.3); re-run with -deprecation for details
[1;33mWARNINGm] 1 warning
[1;34mINFOm] prepare-compile in 0 s
[1;34mINFOm] compile in 7 s
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32msurefire: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: 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 (6.5 kB at 588 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 339 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 331 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 389 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 331 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: https://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 397 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 180 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: 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 (5.8 kB at 644 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
Downloaded1from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar (305 kB at 8.7 MB/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.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
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
Downloaded1from4Maven: 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 (14 kB at 1.4 MB/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
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.jar (8.1 kB at 671 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.jar
Downloaded2from5Maven:1https://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 1.7 MB/s)
Downloaded4from5Maven:Bhttps://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 1.3 MB/s)
Downloaded3from6Maven:khttps://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.1 MB/s)
Downloaded2from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar (117 kB at 1.3 MB/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 6.5 MB/s)
[1;34mINFOm] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=3765283394891744
[1;34mINFOm] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M7/surefire-junit-platform-3.0.0-M7.jar
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M7/surefire-junit-platform-3.0.0-M7.jar (26 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M7/surefire-junit-platform-3.0.0-M7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M7/surefire-junit-platform-3.0.0-M7.pom (5.3 kB at 588 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.0.0-M7/surefire-providers-3.0.0-M7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.0.0-M7/surefire-providers-3.0.0-M7.pom (2.5 kB at 282 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.0.0-M7/common-java5-3.0.0-M7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.0.0-M7/common-java5-3.0.0-M7.pom (2.7 kB at 299 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom (2.2 kB at 185 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 106 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom (2.4 kB at 218 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom (2.0 kB at 225 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 187 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom (2.4 kB at 239 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom (2.4 kB at 264 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom (2.2 kB at 200 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.pom (20 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom (10 kB at 737 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom (36 kB at 597 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom (6.0 kB at 548 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 278 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/powermock/powermock-reflect/2.0.9/powermock-reflect-2.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/powermock/powermock-reflect/2.0.9/powermock-reflect-2.0.9.pom (7.9 kB at 656 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.14/byte-buddy-1.10.14.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.14/byte-buddy-1.10.14.pom (11 kB at 920 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.10.14/byte-buddy-parent-1.10.14.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.10.14/byte-buddy-parent-1.10.14.pom (41 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.14/byte-buddy-agent-1.10.14.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.14/byte-buddy-agent-1.10.14.pom (9.6 kB at 683 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 63 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.22.0/assertj-core-3.22.0.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.22.0/assertj-core-3.22.0.pom (31 kB at 420 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/assertj/assertj-parent-pom/2.2.14/assertj-parent-pom-2.2.14.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/assertj/assertj-parent-pom/2.2.14/assertj-parent-pom-2.2.14.pom (25 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.0/junit-bom-5.8.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.0/junit-bom-5.8.0.pom (5.6 kB at 563 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.0.0-M7/common-java5-3.0.0-M7.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 216 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.0.0-M7/common-java5-3.0.0-M7.jar (17 kB at 1.0 MB/s)
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 178 kB/s)
Downloaded3from3Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar (138 kB at 2.7 MB/s)
Downloaded2from8Maven:4https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar (78 kB at 1.4 MB/s)
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar (95 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.jar
Downloaded1from6Maven:khttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.jar (169 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.pom
Downloaded1from.Maven: 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 303 kB/s)
[1;34mINFOm]
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm]  T E S T S
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm] Running org.polystat.py2eo.parser.1mMapStatementsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.735 s - in org.polystat.py2eo.parser.1mMapStatementsTestm
[1;34mINFOm]
[1;34mINFOm] Results:
[1;34mINFOm]
[1;34mINFOm] 1;32mTests run: 2, Failures: 0, Errors: 0, Skipped: 0m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi: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: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom (5.1 kB at 468 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 162 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: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom (16 kB at 1.0 MB/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 277 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: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom (17 kB at 1.2 MB/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: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom (45 kB at 1.6 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: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom (11 kB at 682 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 301 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom (18 kB at 1.2 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: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom (5.2 kB at 475 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: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 497 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 1.5 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 423 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 263 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 167 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 251 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 189 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 163 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 266 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: https://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 512 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 317 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 253 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 120 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 324 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: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 964 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 299 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: https://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 548 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: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 846 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: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 840 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 104 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: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 847 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 206 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 282 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 119 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 844 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 132 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 172 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 225 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 209 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: https://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 863 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 304 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.6/maven-3.8.6.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.6/maven-3.8.6.pom (27 kB at 1.6 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 280 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom (5.3 kB at 534 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 239 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: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom (7.6 kB at 689 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 172 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 282 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 156 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 270 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 368 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 212 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 308 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: https://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 384 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 239 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: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 761 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (2.7 kB at 265 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 281 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: https://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 423 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 349 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: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 920 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2.pom (11 kB at 782 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: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (16 kB at 1.2 MB/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 223 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 845 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: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 1.1 MB/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 241 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: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 848 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 88 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: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 429 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 209 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 216 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: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 826 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 276 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 62 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 437 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 263 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: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1.pom (21 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom
Downloaded1from.Maven: 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 (4.8 kB at 478 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: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom (15 kB at 1.1 MB/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 297 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: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom (14 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar (51 kB at 1.6 MB/s)
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/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.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-agent/1.12.10/byte-buddy-agent-1.12.10.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar
Downloaded5from9Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 1.1 MB/s)
Downloading)from/Maven:|https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar
Downloaded4from1Maven:1https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar (61 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar (8.4 kB at 136 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
Downloaded5from4Maven: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 697 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar
Downloaded5from1Maven: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 324 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
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.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar (262 kB at 974 kB/s)
Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 181 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
Downloaded4from6Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar (663 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar (44 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar (42 kB at 122 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
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 64 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar (216 kB at 584 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
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 34 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
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar (14 kB at 37 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 71 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 151 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.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 404 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar (38 kB at 75 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-impl/1.6.3/maven-resolver-impl-1.6.3.jar (180 kB at 331 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar (646 kB at 1.1 MB/s)
Downloading)from8Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
Downloaded4from.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 279 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 7.5 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 3.5 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 31 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 688 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 21 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 11 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 5.3 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 245 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 174 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar (58 kB at 63 kB/s)
Downloaded4from.Maven:Mhttps://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 214 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar (3.8 MB at 2.2 MB/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.7 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 4.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;32mjar: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: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 374 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: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 2.6 MB/s)
[1;34mINFOm] Building jar: /home/r/repo/parser/target/parser-1.0-SNAPSHOT.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32massembly:3.4.2:singlem 1m(default)m @ 36mparser0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/parser/target/parser-1.0-SNAPSHOT-jar-with-dependencies.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mfailsafe:3.0.0-M7:integration-testm 1m(default)m @ 36mparser0;1m ---m
[1;33mWARNINGm] useSystemClassLoader setting has no effect when not forking
[1;33mWARNINGm] The parameter forkCount should likely not be 0. Forking a JVM for tests improves test accuracy. Ensure to have a <forkCount> >= 1.
[1;34mINFOm] Tests will run in random order. To reproduce ordering use flag -Dfailsafe.runOrder.random.seed=3765294246470467
[1;34mINFOm] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[1;34mINFOm] Running org.polystat.py2eo.parser.PyParserIT
Cloning into '/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython'...
Note: switching to '3d8993a744813c5144851da5347d7b4b1885f234'.

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

line 1:0 token recognition error at: ''
Total of 498 files transpiled
./Modules/signalmodule.c: In function ‘signal_siginterrupt_impl’:
./Modules/signalmodule.c:661:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations]
  661 |     if (siginterrupt(signalnum, flag)<0) {
      |     ^~
In file included from ./Modules/signalmodule.c:26:
/usr/include/signal.h:324:12: note: declared here
  324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
      |            ^~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_testcapimodule.c: In function ‘PyInit__testcapi’:
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_testcapimodule.c:6328:5: warning: ‘tp_print’ is deprecated [-Wdeprecated-declarations]
 6328 |     MyList_Type.tp_print = 0;
      |     ^~~~~~~~~~~
In file included from ./Include/object.h:746,
                 from ./Include/pytime.h:6,
                 from ./Include/Python.h:85,
                 from /tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_testcapimodule.c:15:
./Include/cpython/object.h:260:30: note: declared here
  260 |     Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
      |                              ^~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_testcapimodule.c: In function ‘test_buildvalue_issue38913’:
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_testcapimodule.c:6463:15: warning: variable ‘res’ set but not used [-Wunused-but-set-variable]
 6463 |     PyObject *res;
      |               ^~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_ctypes/callbacks.c: In function ‘_ctypes_alloc_callback’:
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_ctypes/callbacks.c:433:9: warning: ‘ffi_prep_closure’ is deprecated: use ffi_prep_closure_loc instead [-Wdeprecated-declarations]
  433 |         result = ffi_prep_closure(p->pcl_write, &p->cif, closure_fcn, p);
      |         ^~~~~~
In file included from /tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_ctypes/callbacks.c:6:
/usr/include/x86_64-linux-gnu/ffi.h:347:1: note: declared here
  347 | ffi_prep_closure (ffi_closure*,
      | ^~~~~~~~~~~~~~~~
In file included from /tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/expat/xmltok.c:55:
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/expat/xmltok_ns.c: In function ‘findEncoding’:
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/expat/xmltok.h:272:10: warning: ‘buf’ may be used uninitialized [-Wmaybe-uninitialized]
  272 |   (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
      |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/expat/xmltok_ns.c:95:3: note: in expansion of macro ‘XmlUtf8Convert’
   95 |   XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
      |   ^~~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/expat/xmltok.h:272:10: note: by argument 5 of type ‘const char *’ to ‘enum XML_Convert_Result(const ENCODING *, const char **, const char *, char **, const char *)’ {aka ‘enum XML_Convert_Result(const struct encoding *, const char **, const char *, char **, const char *)’}
  272 |   (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
      |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/expat/xmltok_ns.c:95:3: note: in expansion of macro ‘XmlUtf8Convert’
   95 |   XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
      |   ^~~~~~~~~~~~~~
In file included from /tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/expat/xmltok.c:1646:
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/expat/xmltok_ns.c:92:8: note: ‘buf’ declared here
   92 |   char buf[ENCODING_MAX];
      |        ^~~
In file included from /tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/expat/xmltok.c:55:
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/expat/xmltok_ns.c: In function ‘findEncodingNS’:
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/expat/xmltok.h:272:10: warning: ‘buf’ may be used uninitialized [-Wmaybe-uninitialized]
  272 |   (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
      |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/expat/xmltok_ns.c:95:3: note: in expansion of macro ‘XmlUtf8Convert’
   95 |   XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
      |   ^~~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/expat/xmltok.h:272:10: note: by argument 5 of type ‘const char *’ to ‘enum XML_Convert_Result(const ENCODING *, const char **, const char *, char **, const char *)’ {aka ‘enum XML_Convert_Result(const struct encoding *, const char **, const char *, char **, const char *)&rsquo;}
  272 |   (((enc)-&gt;utf8Convert)(enc, fromP, fromLim, toP, toLim))
      |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/expat/xmltok_ns.c:95:3: note: in expansion of macro &lsquo;XmlUtf8Convert&rsquo;
   95 |   XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
      |   ^~~~~~~~~~~~~~
In file included from /tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/expat/xmltok.c:1657:
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/expat/xmltok_ns.c:92:8: note: ‘buf’ declared here
   92 |   char buf[ENCODING_MAX];
      |        ^~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c: In function ‘word_to_string’:
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:338:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  338 |     case 20: EXTRACT_DIGIT(s, x, 10000000000000000000ULL, dot); /* GCOV_NOT_REACHED */
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:338:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  338 |     case 20: EXTRACT_DIGIT(s, x, 10000000000000000000ULL, dot); /* GCOV_NOT_REACHED */
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:339:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  339 |     case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:339:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  339 |     case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:340:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  340 |     case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:340:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  340 |     case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:341:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  341 |     case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:341:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  341 |     case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:342:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  342 |     case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:342:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  342 |     case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:343:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  343 |     case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:343:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  343 |     case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:344:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  344 |     case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the &lsquo;if&rsquo;
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:344:14: note: in expansion of macro &lsquo;EXTRACT_DIGIT&rsquo;
  344 |     case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:345:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  345 |     case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:345:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  345 |     case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:346:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  346 |     case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:346:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  346 |     case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:347:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  347 |     case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:347:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  347 |     case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:349:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  349 |     case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:349:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  349 |     case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:350:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  350 |     case 9:  EXTRACT_DIGIT(s, x, 100000000UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:350:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  350 |     case 9:  EXTRACT_DIGIT(s, x, 100000000UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:351:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  351 |     case 8:  EXTRACT_DIGIT(s, x, 10000000UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:351:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  351 |     case 8:  EXTRACT_DIGIT(s, x, 10000000UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:352:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  352 |     case 7:  EXTRACT_DIGIT(s, x, 1000000UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:352:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  352 |     case 7:  EXTRACT_DIGIT(s, x, 1000000UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this &lsquo;if&rsquo; clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:353:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  353 |     case 6:  EXTRACT_DIGIT(s, x, 100000UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:353:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  353 |     case 6:  EXTRACT_DIGIT(s, x, 100000UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:354:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  354 |     case 5:  EXTRACT_DIGIT(s, x, 10000UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:354:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  354 |     case 5:  EXTRACT_DIGIT(s, x, 10000UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:355:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  355 |     case 4:  EXTRACT_DIGIT(s, x, 1000UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:355:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  355 |     case 4:  EXTRACT_DIGIT(s, x, 1000UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:356:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  356 |     case 3:  EXTRACT_DIGIT(s, x, 100UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:356:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  356 |     case 3:  EXTRACT_DIGIT(s, x, 100UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:357:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  357 |     case 2:  EXTRACT_DIGIT(s, x, 10UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Modules/_decimal/libmpdec/io.c:357:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  357 |     case 2:  EXTRACT_DIGIT(s, x, 10UL, dot);
      |              ^~~~~~~~~~~~~
Resource 'nntp.aioe.org' is not available
Task was destroyed but it is pending!
task: <Task pending name='Task-9' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-11' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-16' coro=<<async_generator_athrow without __name__>()>>
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Lib/test/test_collections.py:1210: DeprecationWarning: Please use assertEqual instead.
  self.assertEquals(len(s), (len(items) - 1 )) # 1429:8-1429:48
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Lib/multiprocessing/resource_tracker.py:229: UserWarning: resource_tracker: '/psm_cadd9962': [Errno 2] No such file or directory: '/psm_cadd9962'
  warnings.warn('resource_tracker: %r: %s' % (name, e))
stty: 'standard input': Inappropriate ioctl for device
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '
/tmp/org.polystat.py2eo.4680004896979207201.tmp/cpython/Lib/multiprocessing/resource_tracker.py:229: UserWarning: resource_tracker: '/psm_0767c12b': [Errno 2] No such file or directory: '/psm_0767c12b'
  warnings.warn('resource_tracker: %r: %s' % (name, e))
[1;34mINFOm] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 449.435 s - in org.polystat.py2eo.parser.PyParserIT
[1;34mINFOm]
[1;34mINFOm] Results:
[1;34mINFOm]
[1;34mINFOm] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mwagon:2.0.2:download-singlem 1m(default)m @ 36mparser0;1m ---m
[1;34mINFOm] Skip execution.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mfailsafe:3.0.0-M7:verifym 1m(default)m @ 36mparser0;1m ---m
[1;33mWARNINGm]  Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mexec:3.1.0:execm 1m(default)m @ 36mparser0;1m ---m
[1;34mINFOm] skipping execute as per configuration
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minstall: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/1.0-SNAPSHOT/parser-1.0-SNAPSHOT.pom
[1;34mINFOm] Installing /home/r/repo/parser/target/parser-1.0-SNAPSHOT.jar to /home/r/.m2/repository/org/polystat/py2eo/parser/1.0-SNAPSHOT/parser-1.0-SNAPSHOT.jar
[1;34mINFOm] Installing /home/r/repo/parser/target/parser-1.0-SNAPSHOT-jar-with-dependencies.jar to /home/r/.m2/repository/org/polystat/py2eo/parser/1.0-SNAPSHOT/parser-1.0-SNAPSHOT-jar-with-dependencies.jar
[1;34mINFOm]
[1;34mINFOm] 1m-------------------< 0;36morg.polystat.py2eo:transpiler0;1m >--------------------m
[1;34mINFOm] 1mBuilding transpiler 1.0-SNAPSHOT                                   [3/3]m
[1;34mINFOm]   from transpiler/pom.xml
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
[1;33mWARNINGm] 1;33mParameter '0;1;33mcreateChecksum0;1;33m' is unknown for plugin '0;1;33mmaven-install-plugin0;1;33m:0;1;33m3.0.10;1;33m:0;1;33minstall0;1;33m (0;1;33mdefault-install0;1;33m)0;1;33m'm
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.33/snakeyaml-1.33.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.33/snakeyaml-1.33.pom (39 kB at 1.3 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 7.7 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mclean:3.2.0:cleanm 1m(default-clean)m @ 36mtranspiler0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.1.0:enforcem 1m(enforce-maven)m @ 36mtranspiler0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.0.0:createm 1m(jcabi-build-number)m @ 36mtranspiler0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.0.0:create-timestampm 1m(jcabi-build-number)m @ 36mtranspiler0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.3.0:resourcesm 1m(default-resources)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] skip non existing resourceDirectory /home/r/repo/transpiler/src/main/resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.10.1:compilem 1m(default-compile)m @ 36mtranspiler0;1m ---m
[1;33mWARNINGm]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[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;32mscala: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 1698396507135
[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 15 s
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.3.0:testResourcesm 1m(default-testResources)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] Copying 208 resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.10.1:testCompilem 1m(default-testCompile)m @ 36mtranspiler0;1m ---m
[1;33mWARNINGm]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[1;34mINFOm] No sources to compile
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mscala: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 1698396522905
[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 7 s
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32msurefire:3.0.0-M7:testm 1m(default-test)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=3765769249965974
[1;34mINFOm] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[1;34mINFOm]
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm]  T E S T S
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm] Running org.polystat.py2eo.transpiler.1mTestSimplem
[1;34mINFOm] 1;32mTests run: 0;1;32m186m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.874 s - in org.polystat.py2eo.transpiler.1mTestSimplem
[1;34mINFOm]
[1;34mINFOm] Results:
[1;34mINFOm]
[1;34mINFOm] 1;32mTests run: 186, Failures: 0, Errors: 0, Skipped: 0m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi: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;32mjar:3.3.0:jarm 1m(default-jar)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/transpiler/target/transpiler-1.0-SNAPSHOT.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32massembly:3.4.2:singlem 1m(default)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/transpiler/target/transpiler-1.0-SNAPSHOT-jar-with-dependencies.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mfailsafe:3.0.0-M7:integration-testm 1m(default)m @ 36mtranspiler0;1m ---m
[1;33mWARNINGm] useSystemClassLoader setting has no effect when not forking
[1;33mWARNINGm] The parameter forkCount should likely not be 0. Forking a JVM for tests improves test accuracy. Ensure to have a <forkCount> >= 1.
[1;34mINFOm] Tests will run in random order. To reproduce ordering use flag -Dfailsafe.runOrder.random.seed=3765778265238090
[1;34mINFOm] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[1;34mINFOm] 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 manage_translations
transpiled conf
transpiled djangodocs
transpiled shortcuts
transpiled __main__
transpiled __init__
transpiled cache
transpiled __init__
transpiled l10n
transpiled i18n
transpiled static
transpiled tz
transpiled __init__
transpiled html
transpiled utils
transpiled testcases
transpiled runner
transpiled signals
transpiled client
transpiled selenium
transpiled global_settings
transpiled __init__
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 i18n
transpiled static
transpiled termcolors
transpiled datastructures
transpiled datetime_safe
transpiled cache
transpiled __init__
transpiled dateformat
transpiled asyncio
transpiled itercompat
transpiled html
transpiled numberformat
transpiled deprecation
transpiled hashable
transpiled ipv6
transpiled xmlutils
transpiled safestring
transpiled inspect
transpiled jslex
transpiled autoreload
transpiled regex_helper
transpiled log
transpiled topological_sort
transpiled http
transpiled encoding
transpiled archive
transpiled deconstruct
transpiled functional
transpiled timezone
transpiled module_loading
transpiled baseconv
transpiled version
transpiled dates
transpiled decorators
transpiled _os
transpiled tree
transpiled crypto
transpiled lorem_ipsum
transpiled formats
transpiled duration
transpiled text
transpiled timesince
transpiled connection
transpiled dateparse
transpiled feedgenerator
transpiled reloader
transpiled __init__
transpiled trans_real
transpiled template
transpiled trans_null
transpiled __init__
transpiled utils
transpiled models
transpiled forms
transpiled renderers
transpiled widgets
transpiled boundfield
transpiled fields
transpiled formsets
transpiled __init__
transpiled filters
transpiled __init__
transpiled checks
transpiled utils
transpiled apps
transpiled models
transpiled forms
transpiled helpers
transpiled options
transpiled actions
transpiled tests
transpiled exceptions
transpiled sites
transpiled widgets
transpiled decorators
transpiled __init__
transpiled admin_urls
transpiled log
transpiled admin_modify
transpiled admin_list
transpiled base
transpiled __init__
transpiled 0003_logentry_add_action_flag_choices
transpiled 0001_initial
transpiled 0002_logentry_remove_auto_add
transpiled __init__
transpiled autocomplete
transpiled main
transpiled decorators
transpiled __init__
transpiled api
transpiled utils
transpiled apps
transpiled context_processors
transpiled middleware
transpiled constants
transpiled views
transpiled __init__
transpiled base
transpiled cookie
transpiled fallback
transpiled session
transpiled __init__
transpiled apps
transpiled models
transpiled middleware
transpiled admin
transpiled __init__
transpiled 0001_initial
transpiled 0002_alter_redirect_new_path_help_text
transpiled __init__
transpiled checks
transpiled apps
transpiled models
transpiled forms
transpiled views
transpiled fields
transpiled admin
transpiled __init__
transpiled __init__
transpiled remove_stale_contenttypes
transpiled __init__
transpiled 0002_remove_content_type_name
transpiled 0001_initial
transpiled __init__
transpiled operations
transpiled utils
transpiled apps
transpiled expressions
transpiled signals
transpiled serializers
transpiled functions
transpiled lookups
transpiled validators
transpiled constraints
transpiled search
transpiled indexes
transpiled __init__
transpiled array
transpiled hstore
transpiled ranges
transpiled __init__
transpiled utils
transpiled jsonb
transpiled array
transpiled hstore
transpiled ranges
transpiled citext
transpiled __init__
transpiled statistics
transpiled general
transpiled mixins
transpiled __init__
transpiled checks
transpiled utils
transpiled apps
transpiled testing
transpiled handlers
transpiled storage
transpiled finders
transpiled views
transpiled urls
transpiled __init__
transpiled __init__
transpiled findstatic
transpiled collectstatic
transpiled runserver
transpiled __init__
transpiled apps
transpiled views
transpiled __init__
transpiled utils
transpiled apps
transpiled middleware
transpiled views
transpiled urls
transpiled __init__
transpiled apps
transpiled models
transpiled base_session
transpiled middleware
transpiled serializers
transpiled exceptions
transpiled __init__
transpiled __init__
transpiled clearsessions
transpiled __init__
transpiled 0001_initial
transpiled cache
transpiled __init__
transpiled file
transpiled signed_cookies
transpiled db
transpiled cached_db
transpiled base
transpiled __init__
transpiled apps
transpiled views
transpiled __init__
transpiled __init__
transpiled ping_google
transpiled __init__
transpiled apps
transpiled models
transpiled forms
transpiled middleware
transpiled sitemaps
transpiled views
transpiled urls
transpiled admin
transpiled __init__
transpiled flatpages
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled checks
transpiled apps
transpiled context_processors
transpiled models
transpiled forms
transpiled base_user
transpiled password_validation
transpiled tokens
transpiled middleware
transpiled signals
transpiled backends
transpiled hashers
transpiled validators
transpiled mixins
transpiled decorators
transpiled views
transpiled urls
transpiled admin
transpiled __init__
transpiled __init__
transpiled changepassword
transpiled createsuperuser
transpiled __init__
transpiled 0005_alter_user_last_login_null
transpiled 0011_update_proxy_permissions
transpiled 0007_alter_validators_add_error_messages
transpiled 0010_alter_group_name_max_length
transpiled 0006_require_contenttypes_0002
transpiled 0004_alter_user_username_opts
transpiled 0008_alter_user_username_max_length
transpiled 0001_initial
transpiled 0003_alter_user_email_max_length
transpiled 0012_alter_user_first_name_max_length
transpiled 0009_alter_user_last_name_max_length
transpiled 0002_alter_permission_name_max_length
transpiled __init__
transpiled modwsgi
transpiled ptr
transpiled shortcuts
transpiled __init__
transpiled apps
transpiled feeds
transpiled measure
transpiled geometry
transpiled views
transpiled __init__
transpiled geojson
transpiled __init__
transpiled options
transpiled widgets
transpiled __init__
transpiled __init__
transpiled ogrinspect
transpiled inspectdb
transpiled __init__
transpiled layermapping
transpiled ogrinspect
transpiled srs
transpiled ogrinfo
transpiled __init__
transpiled widgets
transpiled fields
transpiled __init__
transpiled __init__
transpiled proxy
transpiled aggregates
transpiled functions
transpiled lookups
transpiled fields
transpiled __init__
transpiled conversion
transpiled __init__
transpiled utils
transpiled __init__
transpiled operations
transpiled models
transpiled adapter
transpiled schema
transpiled features
transpiled introspection
transpiled base
transpiled client
transpiled const
transpiled __init__
transpiled operations
transpiled models
transpiled adapter
transpiled schema
transpiled features
transpiled pgraster
transpiled introspection
transpiled base
transpiled __init__
transpiled operations
transpiled models
transpiled adapter
transpiled schema
transpiled features
transpiled introspection
transpiled base
transpiled __init__
transpiled operations
transpiled schema
transpiled features
transpiled introspection
transpiled base
transpiled __init__
transpiled operations
transpiled models
transpiled adapter
transpiled features
transpiled __init__
transpiled views
transpiled kml
transpiled __init__
transpiled resources
transpiled base
transpiled geometries
transpiled __init__
transpiled driver
transpiled geomtype
transpiled envelope
transpiled datasource
transpiled field
transpiled feature
transpiled srs
transpiled base
transpiled error
transpiled layer
transpiled libgdal
transpiled __init__
transpiled generation
transpiled raster
transpiled errcheck
transpiled srs
transpiled geom
transpiled ds
transpiled const
transpiled __init__
transpiled band
transpiled source
transpiled base
transpiled __init__
transpiled polygon
transpiled coordseq
transpiled mutable_list
transpiled io
transpiled geometry
transpiled libgeos
transpiled base
transpiled error
transpiled factory
transpiled prepared
transpiled point
transpiled collections
transpiled linestring
transpiled __init__
transpiled misc
transpiled coordseq
transpiled errcheck
transpiled io
transpiled predicates
transpiled topology
transpiled prepared
transpiled threadsafe
transpiled geom
transpiled shortcuts
transpiled __init__
transpiled checks
transpiled management
transpiled apps
transpiled models
transpiled requests
transpiled middleware
transpiled managers
transpiled admin
transpiled __init__
transpiled 0002_alter_domain_unique
transpiled 0001_initial
transpiled __init__
transpiled apps
transpiled __init__
transpiled humanize
transpiled __init__
transpiled utils
transpiled transaction
transpiled __init__
transpiled utils
transpiled aggregates
transpiled expressions
transpiled options
transpiled deletion
transpiled query_utils
transpiled signals
transpiled constants
transpiled lookups
transpiled query
transpiled constraints
transpiled base
transpiled enums
transpiled manager
transpiled indexes
transpiled __init__
transpiled datetime
transpiled mixins
transpiled math
transpiled comparison
transpiled window
transpiled text
transpiled __init__
transpiled proxy
transpiled related_descriptors
transpiled related
transpiled files
transpiled mixins
transpiled related_lookups
transpiled json
transpiled reverse_related
transpiled datastructures
transpiled __init__
transpiled subqueries
transpiled compiler
transpiled where
transpiled constants
transpiled query
transpiled executor
transpiled __init__
transpiled utils
transpiled migration
transpiled recorder
transpiled graph
transpiled writer
transpiled optimizer
transpiled loader
transpiled autodetector
transpiled exceptions
transpiled state
transpiled serializer
transpiled questioner
transpiled __init__
transpiled models
transpiled special
transpiled base
transpiled fields
transpiled __init__
transpiled utils
transpiled signals
transpiled ddl_references
transpiled validation
transpiled __init__
transpiled operations
transpiled utils
transpiled creation
transpiled functions
transpiled schema
transpiled features
transpiled introspection
transpiled base
transpiled client
transpiled __init__
transpiled operations
transpiled creation
transpiled schema
transpiled features
transpiled introspection
transpiled base
transpiled client
transpiled __init__
transpiled features
transpiled base
transpiled __init__
transpiled operations
transpiled creation
transpiled schema
transpiled features
transpiled introspection
transpiled base
transpiled client
transpiled validation
transpiled __init__
transpiled operations
transpiled creation
transpiled compiler
transpiled schema
transpiled features
transpiled introspection
transpiled base
transpiled client
transpiled validation
transpiled __init__
transpiled operations
transpiled creation
transpiled schema
transpiled features
transpiled introspection
transpiled base
transpiled client
transpiled response
transpiled __init__
transpiled multipartparser
transpiled request
transpiled cookie
transpiled response
transpiled __init__
transpiled utils
transpiled context_processors
transpiled engine
transpiled loader_tags
transpiled autoreload
transpiled context
transpiled smartif
transpiled loader
transpiled exceptions
transpiled base
transpiled defaulttags
transpiled library
transpiled defaultfilters
transpiled __init__
transpiled utils
transpiled jinja2
transpiled base
transpiled django
transpiled dummy
transpiled __init__
transpiled cached
transpiled app_directories
transpiled locmem
transpiled filesystem
transpiled base
transpiled __init__
transpiled utils
transpiled conf
transpiled exceptions
transpiled resolvers
transpiled base
transpiled converters
transpiled __init__
transpiled signing
transpiled asgi
transpiled signals
transpiled paginator
transpiled exceptions
transpiled validators
transpiled wsgi
transpiled python
transpiled __init__
transpiled pyyaml
transpiled jsonl
transpiled base
transpiled json
transpiled xml_serializer
transpiled __init__
transpiled utils
transpiled message
transpiled __init__
transpiled console
transpiled smtp
transpiled filebased
transpiled locmem
transpiled base
transpiled dummy
transpiled __init__
transpiled basehttp
transpiled __init__
transpiled utils
transpiled __init__
transpiled db
transpiled filebased
transpiled locmem
transpiled base
transpiled redis
transpiled memcached
transpiled dummy
transpiled __init__
transpiled utils
transpiled sql
transpiled color
transpiled templates
transpiled base
transpiled sqlsequencereset
transpiled __init__
transpiled dumpdata
transpiled sendtestemail
transpiled sqlmigrate
transpiled showmigrations
transpiled test
transpiled compilemessages
transpiled makemigrations
transpiled makemessages
transpiled loaddata
transpiled runserver
transpiled inspectdb
transpiled shell
transpiled createcachetable
transpiled check
transpiled startapp
transpiled migrate
transpiled diffsettings
transpiled startproject
transpiled squashmigrations
transpiled sqlflush
transpiled dbshell
transpiled testserver
transpiled flush
transpiled __init__
transpiled locks
transpiled utils
transpiled move
transpiled uploadedfile
transpiled storage
transpiled base
transpiled uploadhandler
transpiled images
transpiled temp
transpiled __init__
transpiled asgi
transpiled wsgi
transpiled base
transpiled exception
transpiled __init__
transpiled files
transpiled model_checks
transpiled translation
transpiled templates
transpiled async_checks
transpiled messages
transpiled urls
transpiled database
transpiled registry
transpiled caches
transpiled __init__
transpiled base
transpiled sessions
transpiled csrf
transpiled __init__
transpiled django_4_0
transpiled cache
transpiled __init__
transpiled clickjacking
transpiled locale
transpiled gzip
transpiled security
transpiled http
transpiled common
transpiled csrf
transpiled __init__
transpiled config
transpiled registry
transpiled __init__
transpiled defaults
transpiled i18n
transpiled debug
transpiled static
transpiled csrf
transpiled __init__
transpiled edit
transpiled list
transpiled dates
transpiled base
transpiled detail
transpiled cache
transpiled __init__
transpiled clickjacking
transpiled gzip
transpiled vary
transpiled http
transpiled debug
transpiled common
transpiled csrf
transpiled __init__
transpiled dispatcher
transpiled runtests
transpiled urls
transpiled test_sqlite
transpiled __init__
transpiled tests
transpiled logconfig
transpiled urls_i18n
transpiled views
transpiled urls
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled __init__
transpiled test_command
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled test_forms
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled custom
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled admin
transpiled test_timezone
transpiled test_tree
transpiled test_regex_helper
transpiled __init__
transpiled test_safestring
transpiled test_text
transpiled utils
transpiled test_numberformat
transpiled test_html
transpiled models
transpiled test_no_submodule
transpiled test_encoding
transpiled test_module_loading
transpiled test_feedgenerator
transpiled test_topological_sort
transpiled test_hashable
transpiled test_os_utils
transpiled test_connection
transpiled test_lorem_ipsum
transpiled test_autoreload
transpiled test_timesince
transpiled test_ipv6
transpiled test_simplelazyobject
transpiled test_dateformat
transpiled test_crypto
transpiled test_inspect
transpiled test_archive
transpiled test_jslex
transpiled test_functional
transpiled test_baseconv
transpiled test_datetime_safe
transpiled test_http
transpiled test_lazyobject
transpiled test_duration
transpiled test_datastructures
transpiled test_termcolors
transpiled test_decorators
transpiled test_dateparse
transpiled bad_module
transpiled __main__
transpiled __init__
transpiled another_good_module
transpiled main_module
transpiled good_module
transpiled another_bad_module
transpiled __init__
transpiled grandchild_module
transpiled __init__
transpiled models
transpiled test_models
transpiled test_views
transpiled test_management
transpiled test_operations
transpiled test_fields
transpiled test_order_with_respect_to
transpiled urls
transpiled test_checks
transpiled __init__
transpiled 0002_rename_foo
transpiled 0001_initial
transpiled __init__
transpiled no_slash_urls
transpiled test_models
transpiled test_views
transpiled absolute_urls
transpiled test_csrf
transpiled test_middleware
transpiled test_templatetags
transpiled test_sitemaps
transpiled urls
transpiled settings
transpiled test_forms
transpiled __init__
transpiled models
transpiled tests
transpiled test_urls
transpiled __init__
transpiled test_multi_db
transpiled test_model_field_deprecation
transpiled test_translation
transpiled apps
transpiled models
transpiled test_files
transpiled test_security
transpiled tests
transpiled test_caches
transpiled test_4_0_compatibility
transpiled test_model_checks
transpiled test_async_checks
transpiled test_database
transpiled test_templates
transpiled no_warnings
transpiled __init__
transpiled include_with_dollar
transpiled include_contains_tuple
transpiled bad_function_based_error_handlers
transpiled good_class_based_error_handlers
transpiled no_warnings_i18n
transpiled beginning_with_slash
transpiled name_with_colon
transpiled contains_tuple
transpiled non_unique_namespaces
transpiled bad_error_handlers_invalid_path
transpiled bad_class_based_error_handlers
transpiled unique_namespaces
transpiled cbv_as_view
transpiled warning_in_include
transpiled good_function_based_error_handlers
transpiled __init__
transpiled beginning_with_caret
transpiled ending_with_dollar
transpiled contains_re_named_group
transpiled __init__
transpiled models
transpiled forms
transpiled tests
transpiled urls
transpiled admin
transpiled __init__
transpiled test_loaders
transpiled utils
transpiled test_smartif
transpiled test_base
transpiled test_custom
transpiled tests
transpiled test_engine
transpiled test_response
transpiled test_origin
transpiled test_callables
transpiled test_context
transpiled test_extends_relative
transpiled test_logging
transpiled broken_tag
transpiled test_autoreloader
transpiled test_parser
transpiled test_nodelist
transpiled views
transpiled urls
transpiled test_extends
transpiled annotated_tag_function
transpiled test_library
transpiled alternate_urls
transpiled test_named_endblock
transpiled __init__
transpiled test_cycle
transpiled test_setup
transpiled test_numpy
transpiled test_filter_syntax
transpiled test_template_tag
transpiled test_regroup
transpiled test_static
transpiled test_load
transpiled test_list_index
transpiled test_url
transpiled test_resetcycle
transpiled test_width_ratio
transpiled test_invalid_string
transpiled test_with
transpiled test_spaceless
transpiled test_if_changed
transpiled test_filter_tag
transpiled test_include
transpiled test_exceptions
transpiled test_basic
transpiled test_firstof
transpiled test_builtins
transpiled test_autoescape
transpiled test_simple_tag
transpiled test_if
transpiled test_verbatim
transpiled test_extends
transpiled test_cache
transpiled test_comment
transpiled test_lorem
transpiled test_for
transpiled test_multiline
transpiled test_now
transpiled __init__
transpiled test_get_current_language
transpiled test_underscore_syntax
transpiled test_blocktranslate
transpiled test_get_available_languages
transpiled test_filters
transpiled test_get_current_language_bidi
transpiled base
transpiled test_translate
transpiled test_language
transpiled test_get_language_info_list
transpiled test_get_language_info
transpiled __init__
transpiled bad_tag
transpiled custom
transpiled testtags
transpiled inclusion
transpiled tag_27584
transpiled __init__
transpiled echo
transpiled __init__
transpiled test_timeuntil
transpiled test_striptags
transpiled test_cut
transpiled test_ljust
transpiled test_make_list
transpiled test_divisibleby
transpiled test_random
transpiled test_dictsortreversed
transpiled test_unordered_list
transpiled test_floatformat
transpiled test_truncatechars
transpiled test_json_script
transpiled test_wordcount
transpiled test_first
transpiled test_join
transpiled test_rjust
transpiled test_upper
transpiled test_length
transpiled test_urlizetrunc
transpiled test_escapejs
transpiled test_yesno
transpiled test_get_digit
transpiled test_chaining
transpiled test_slugify
transpiled test_length_is
transpiled test_default
transpiled test_phone2numeric
transpiled test_linebreaks
transpiled test_title
transpiled test_wordwrap
transpiled test_default_if_none
transpiled test_timesince
transpiled test_urlize
transpiled timezone_utils
transpiled test_filesizeformat
transpiled test_lower
transpiled test_safe
transpiled test_time
transpiled test_addslashes
transpiled test_capfirst
transpiled test_date
transpiled test_dictsort
transpiled test_truncatewords_html
transpiled test_autoescape
transpiled test_truncatechars_html
transpiled test_linenumbers
transpiled test_iriencode
transpiled test_stringformat
transpiled test_linebreaksbr
transpiled test_urlencode
transpiled test_center
transpiled test_safeseq
transpiled test_slice
transpiled test_pluralize
transpiled test_truncatewords
transpiled test_force_escape
transpiled test_last
transpiled test_add
transpiled test_escape
transpiled __init__
transpiled models
transpiled tests
transpiled test_validation
transpiled __init__
transpiled __init__
transpiled 0001_setup_extensions
transpiled 0002_create_test_models
transpiled __init__
transpiled test_least
transpiled test_nullif
transpiled test_json_object
transpiled test_collate
transpiled test_greatest
transpiled test_cast
transpiled test_coalesce
transpiled __init__
transpiled test_extract_trunc
transpiled test_now
transpiled test_exp
transpiled __init__
transpiled test_floor
transpiled test_cos
transpiled test_tan
transpiled test_random
transpiled test_degrees
transpiled test_asin
transpiled test_ln
transpiled test_atan
transpiled test_atan2
transpiled test_sqrt
transpiled test_sign
transpiled test_ceil
transpiled test_sin
transpiled test_round
transpiled test_radians
transpiled test_cot
transpiled test_power
transpiled test_log
transpiled test_acos
transpiled test_abs
transpiled test_pi
transpiled test_mod
transpiled test_sha256
transpiled __init__
transpiled test_concat
transpiled test_trim
transpiled test_strindex
transpiled test_left
transpiled test_upper
transpiled test_length
transpiled test_ord
transpiled test_substr
transpiled test_sha512
transpiled test_repeat
transpiled test_md5
transpiled test_lower
transpiled test_reverse
transpiled test_sha384
transpiled test_right
transpiled test_sha224
transpiled test_replace
transpiled test_chr
transpiled test_pad
transpiled test_sha1
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled urls
transpiled __init__
transpiled mutually_exclusive_required
transpiled __init__
transpiled subparser_dest
transpiled specific_system_checks
transpiled mutually_exclusive_required_with_same_dest
transpiled common_args
transpiled transaction
transpiled outputwrapper
transpiled set_option
transpiled no_translations
transpiled required_list_option
transpiled hal
transpiled required_option
transpiled no_system_checks
transpiled reverse_url
transpiled subparser
transpiled subparser_required
transpiled required_constant_option
transpiled dance
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled test_queryset_values
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled test_xml
transpiled test_natural
transpiled tests
transpiled test_data
transpiled test_json
transpiled test_deserializedobject
transpiled test_jsonl
transpiled test_yaml
transpiled __init__
transpiled natural
transpiled multi_table
transpiled base
transpiled data
transpiled configured_settings_manage
transpiled __init__
transpiled tests
transpiled urls
transpiled configured_dynamic_settings_manage
transpiled __init__
transpiled models
transpiled __init__
transpiled models
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled __init__
transpiled __init__
transpiled app_command
transpiled base_command
transpiled suppress_base_options_command
transpiled noargs_command
transpiled label_command
transpiled custom_startproject
transpiled __init__
transpiled __init__
transpiled bar
transpiled foo
transpiled __init__
transpiled foo
transpiled __init__
transpiled duplicate
transpiled __init__
transpiled __init__
transpiled models
transpiled __init__
transpiled models
transpiled __init__
transpiled duplicate
transpiled __init__
transpiled __init__
transpiled models
transpiled __init__
transpiled settings
transpiled extra
transpiled localized
transpiled additional_file
transpiled render
transpiled __init__
transpiled api
transpiled __init__
transpiled models
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled test_finders
transpiled test_liveserver
transpiled test_storage
transpiled test_views
transpiled cases
transpiled test_management
transpiled storage
transpiled test_templatetags
transpiled test_handlers
transpiled test_utils
transpiled test_checks
transpiled settings
transpiled test_forms
transpiled __init__
transpiled default
transpiled helper
transpiled __init__
transpiled staticfiles_config
transpiled __init__
transpiled __init__
transpiled __init__
transpiled tests
transpiled __init__
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled test_sendtestemail
transpiled custombackend
transpiled __init__
transpiled test_field_flags
transpiled test_booleanfield
transpiled models
transpiled test_integerfield
transpiled test_promises
transpiled test_autofield
transpiled test_datetimefield
transpiled test_filefield
transpiled tests
transpiled test_decimalfield
transpiled test_binaryfield
transpiled test_manytomanyfield
transpiled test_genericipaddressfield
transpiled test_textfield
transpiled test_foreignkey
transpiled test_filepathfield
transpiled test_imagefield
transpiled test_slugfield
transpiled test_uuid
transpiled test_durationfield
transpiled test_charfield
transpiled test_floatfield
transpiled test_jsonfield
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled feeds
transpiled models
transpiled tests
transpiled urls
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled test_modelchoicefield
transpiled test_uuid
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled test_liveserverthread
transpiled test_basehttp
transpiled views
transpiled urls
transpiled __init__
transpiled __init__
transpiled widgetadmin
transpiled models
transpiled tests
transpiled test_autocomplete_widget
transpiled urls
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled operations
transpiled more_operations
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled 0002_add_book
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled test_validation_error
transpiled __init__
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled test_query
transpiled models
transpiled test_contains
transpiled tests
transpiled test_explain
transpiled test_qs_combinators
transpiled test_db_returning
transpiled test_iterator
transpiled test_q
transpiled test_bulk_update
transpiled __init__
transpiled models
transpiled tests
transpiled urls
transpiled __init__
transpiled models
transpiled tests
transpiled liberal_backend
transpiled closeable_cache
transpiled tests_async
transpiled __init__
transpiled models
transpiled tests
transpiled urls
transpiled admin
transpiled __init__
transpiled models
transpiled tests
transpiled test_logentry
transpiled urls
transpiled admin
transpiled __init__
transpiled models
transpiled tests
transpiled test_date_hierarchy
transpiled urls
transpiled admin
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled test_middleware_mixin
transpiled tests
transpiled test_use_l10n
transpiled __init__
transpiled apps
transpiled test_default_pk
transpiled test_default_related_name
transpiled test_tablespaces
transpiled __init__
transpiled tablespaces
transpiled default_related_name
transpiled __init__
transpiled models
transpiled tests
transpiled urls
transpiled admin
transpiled test_templates
transpiled __init__
transpiled models
transpiled tests
transpiled views
transpiled urls
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled test_testcase
transpiled tests
transpiled test_serializemixin
transpiled test_simpletestcase
transpiled views
transpiled urls
transpiled test_transactiontestcase
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled test_fileresponse
transpiled test_cookie
transpiled __init__
transpiled tests
transpiled __init__
transpiled publication
transpiled article
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled __init__
transpiled models
transpiled tests
transpiled test_generate_filename
transpiled urls
transpiled __init__
transpiled test_executor
transpiled models
transpiled routers
transpiled test_multidb
transpiled test_deprecated_fields
transpiled test_base
transpiled test_optimizer
transpiled test_state
transpiled test_autodetector
transpiled test_graph
transpiled test_questioner
transpiled test_exceptions
transpiled test_loader
transpiled test_commands
transpiled test_operations
transpiled test_writer
transpiled __init__
transpiled __init__
transpiled _util
transpiled ~util
transpiled util
transpiled 0001_initial
transpiled __init__
transpiled 0002_remove_ipaddressfield_ip
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0002_initial
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled __init__
transpiled 0002_add_field
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled 0002_conflicting_second
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled __init__
transpiled 0002_conflicting_second
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled __init__
transpiled 0004_a4
transpiled 0002_a2
transpiled 0003_a3
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled __init__
transpiled models
transpiled __init__
transpiled __init__
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled 0002_alter_id
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled __init__
transpiled models
transpiled __init__
transpiled models
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled __init__
transpiled 0002_c2
transpiled 0003_c3
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled __init__
transpiled models
transpiled __init__
transpiled 0001_initial
transpiled 0003_b3
transpiled 0002_b2
transpiled __init__
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0001_not_initial
transpiled 0003_third
transpiled __init__
transpiled 0005_fifth
transpiled 0002_second
transpiled 0004_fourth
transpiled 0001_initial
transpiled __init__
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled 0002_conflicting_second
transpiled 0002_second
transpiled 0001_initial
transpiled 0003_third
transpiled __init__
transpiled 0001_squashed_0002
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled 2_auto
transpiled 1_auto
transpiled 1_squashed_2
transpiled __init__
transpiled 2_auto
transpiled 1_auto
transpiled 2_squashed_3
transpiled 4_auto
transpiled 3_auto
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled 0001
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled 0003_third
transpiled __init__
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled 0001_squashed_0002
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled __init__
transpiled 2_auto
transpiled 1_auto
transpiled 1_squashed_2
transpiled __init__
transpiled 2_auto
transpiled 1_auto
transpiled 2_squashed_3
transpiled 4_auto
transpiled 3_auto
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled file
transpiled __init__
transpiled __init__
transpiled ab
transpiled a
transpiled 0003_third
transpiled __init__
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled 0002_conflicting_second_migration_with_long_name
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 7_auto
transpiled 2_auto
transpiled 1_auto
transpiled 5_auto
transpiled 4_auto
transpiled 3_squashed_5
transpiled 6_auto
transpiled 3_auto
transpiled __init__
transpiled __init__
transpiled 7_auto
transpiled 2_auto
transpiled 1_auto
transpiled 3_squashed_5
transpiled 6_auto
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled second
transpiled thefirst
transpiled __init__
transpiled 0002_conflicting_second
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled urls
transpiled __init__
transpiled models
transpiled test_views
transpiled tests
transpiled test_middleware
transpiled namespace_urls
transpiled views
transpiled test_utils
transpiled urls
transpiled __init__
transpiled models
transpiled tests
transpiled test_filter_argument
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled test_ordinary_fields
transpiled __init__
transpiled test_models
transpiled test_relative_fields
transpiled test_backend_specific
transpiled test_deprecated_fields
transpiled test_custom_fields
transpiled __init__
transpiled models
transpiled default_urls
transpiled generic_urls
transpiled views
transpiled urls
transpiled regression_21530_urls
transpiled __init__
transpiled __init__
transpiled __init__
transpiled debugtags
transpiled __init__
transpiled __init__
transpiled __init__
transpiled __init__
transpiled test_defaults
transpiled __init__
transpiled test_static
transpiled test_specials
transpiled test_i18n
transpiled test_csrf
transpiled test_json
transpiled test_debug
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled test_logging
transpiled fields
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled no_clear_expired
transpiled tests
transpiled test_auth_backends
transpiled __init__
transpiled test_hashers
transpiled test_models
transpiled urls_admin
transpiled test_views
transpiled urls_custom_user_admin
transpiled test_admin_multidb
transpiled test_validators
transpiled test_management
transpiled test_tokens
transpiled backend_alias
transpiled test_mixins
transpiled test_middleware
transpiled test_signals
transpiled test_remote_user
transpiled test_basic
transpiled test_migrations
transpiled test_handlers
transpiled urls
transpiled client
transpiled test_context_processors
transpiled test_checks
transpiled settings
transpiled test_decorators
transpiled test_templates
transpiled test_forms
transpiled minimal
transpiled __init__
transpiled invalid_models
transpiled proxy
transpiled with_foreign_key
transpiled uuid_pk
transpiled no_password
transpiled custom_permissions
transpiled with_last_login_attr
transpiled custom_user
transpiled with_integer_username
transpiled with_many_to_many
transpiled is_active
transpiled with_custom_email_field
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled test_error_messages
transpiled models
transpiled tests
transpiled test_validators
transpiled test_picklable
transpiled test_custom_messages
transpiled test_unique
transpiled __init__
transpiled tests
transpiled middleware
transpiled views
transpiled urls
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled test_empty_join
transpiled test_agnostic_order_trimjoin
transpiled test_forms
transpiled __init__
transpiled article
transpiled empty_join
transpiled person
transpiled customers
transpiled __init__
transpiled models
transpiled test_generic
transpiled test_management
transpiled base
transpiled test_https
transpiled test_utils
transpiled test_http
transpiled __init__
transpiled https
transpiled empty
transpiled http
transpiled index_only
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled test_settings
transpiled views
transpiled urls
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled test_spatialrefsys
transpiled test_measure
transpiled __init__
transpiled utils
transpiled test_ptr
transpiled models
transpiled tests
transpiled test_data
transpiled test_gis_tests_utils
transpiled test_geoforms
transpiled test_fields
transpiled admin
transpiled test_geoip2
transpiled __init__
transpiled test_commands
transpiled test_operations
transpiled __init__
transpiled 0002_create_models
transpiled 0001_setup_extensions
transpiled __init__
transpiled models
transpiled tests
transpiled urls
transpiled admin
transpiled test_srs
transpiled __init__
transpiled tests
transpiled test_envelope
transpiled test_raster
transpiled test_geom
transpiled test_driver
transpiled test_ds
transpiled __init__
transpiled models
transpiled tests
transpiled urls
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled __init__
transpiled textrasters
transpiled __init__
transpiled models
transpiled tests
transpiled views
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled test_io
transpiled test_geos
transpiled test_coordseq
transpiled test_geos_mutation
transpiled test_mutable_list
transpiled __init__
transpiled test_serializers
transpiled test_regress
transpiled feeds
transpiled models
transpiled tests
transpiled test_feeds
transpiled test_indexes
transpiled sitemaps
transpiled test_expressions
transpiled test_sitemaps
transpiled urls
transpiled test_functions
transpiled __init__
transpiled models
transpiled test_rasterfield
transpiled __init__
transpiled 0002_rastermodels
transpiled 0001_setup_extensions
transpiled __init__
transpiled models
transpiled tests
transpiled test_lookups
transpiled __init__
transpiled models
transpiled tests
transpiled test_decimalfield
transpiled test_timefield
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled test_checks
transpiled test_actions
transpiled __init__
transpiled models
transpiled test_ddl_references
transpiled tests
transpiled test_utils
transpiled __init__
transpiled test_creation
transpiled tests
transpiled test_features
transpiled test_introspection
transpiled test_operations
transpiled __init__
transpiled test_creation
transpiled tests
transpiled test_introspection
transpiled test_operations
transpiled __init__
transpiled test_creation
transpiled tests
transpiled test_introspection
transpiled test_operations
transpiled test_server_side_cursors
transpiled __init__
transpiled test_creation
transpiled tests
transpiled test_features
transpiled test_introspection
transpiled test_operations
transpiled test_schema
transpiled __init__
transpiled test_base
transpiled test_creation
transpiled test_features
transpiled test_introspection
transpiled test_client
transpiled test_operations
transpiled test_schema
transpiled __init__
transpiled models
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled wsgi
transpiled urls
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled test_abstract_inheritance
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled __init__
transpiled empty
transpiled pattern_tests
transpiled tests_sample
transpiled doctests
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled tests_inheritance
line 11:1 no viable alternative at input '1syntax_error'
transpiled tests_syntax_error
transpiled __init__
transpiled tests
transpiled __init__
transpiled tests
transpiled tests_buffer
transpiled test_conditional_content_removal
transpiled urls_middleware_urlconf
transpiled __init__
transpiled tests
transpiled auth_backends
transpiled views
transpiled urls
transpiled test_fakepayload
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled views
transpiled urls
transpiled test_hstore
transpiled test_citext
transpiled __init__
transpiled test_unaccent
transpiled test_aggregates
transpiled models
transpiled integration_settings
transpiled test_indexes
transpiled test_search
transpiled test_introspection
transpiled test_constraints
transpiled test_signals
transpiled test_integration
transpiled test_array
transpiled test_operations
transpiled test_ranges
transpiled test_apps
transpiled fields
transpiled test_functions
transpiled test_bulk_update
transpiled test_trigram
transpiled __init__
transpiled 0001_setup_extensions
transpiled 0002_create_test_models
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled 0002_integerarraymodel_field_2
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled test_postgresql
transpiled test_oracle
transpiled tests
transpiled fake_client
transpiled test_sqlite
transpiled test_mysql
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled urls
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled routers
transpiled tests
transpiled __init__
transpiled test_exception
transpiled tests
transpiled tests_custom_error_handlers
transpiled views
transpiled urls
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled custom_has_permission_admin
transpiled test_nav_sidebar
transpiled customadmin
transpiled models
transpiled forms
transpiled test_history_view
transpiled test_multidb
transpiled tests
transpiled test_adminsite
transpiled test_autocomplete_view
transpiled test_templatetags
transpiled views
transpiled urls
transpiled admin
transpiled test_actions
transpiled test_forms
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled test_uuid
transpiled __init__
transpiled models
transpiled views
transpiled urls
transpiled test_multivaluefield
transpiled __init__
transpiled test_datefield
transpiled test_booleanfield
transpiled test_multiplechoicefield
transpiled test_integerfield
transpiled test_emailfield
transpiled test_base
transpiled test_datetimefield
transpiled test_filefield
transpiled test_decimalfield
transpiled test_splitdatetimefield
transpiled test_regexfield
transpiled test_timefield
transpiled test_genericipaddressfield
transpiled test_typedmultiplechoicefield
transpiled test_combofield
transpiled test_typedchoicefield
transpiled test_filepathfield
transpiled test_imagefield
transpiled test_slugfield
transpiled test_uuidfield
transpiled test_choicefield
transpiled test_durationfield
transpiled test_urlfield
transpiled test_charfield
transpiled test_floatfield
transpiled test_nullbooleanfield
transpiled test_jsonfield
transpiled __init__
transpiled ab
transpiled a
transpiled b
transpiled __init__
transpiled __init__
transpiled __init__
transpiled e
transpiled d
transpiled __init__
transpiled g
transpiled __init__
transpiled tags
transpiled test_splithiddendatetimewidget
transpiled test_select
transpiled __init__
transpiled test_widget
transpiled test_passwordinput
transpiled test_fileinput
transpiled test_multiplehiddeninput
transpiled test_datetimeinput
transpiled test_selectdatewidget
transpiled test_splitdatetimewidget
transpiled test_textinput
transpiled test_clearablefileinput
transpiled test_checkboxselectmultiple
transpiled test_timeinput
transpiled test_checkboxinput
transpiled test_radioselect
transpiled test_multiwidget
transpiled test_dateinput
transpiled test_hiddeninput
transpiled test_nullbooleanselect
transpiled base
transpiled test_selectmultiple
transpiled test_input
transpiled test_numberinput
transpiled test_textarea
transpiled __init__
transpiled test_error_messages
transpiled test_renderers
transpiled tests
transpiled test_validators
transpiled test_i18n
transpiled test_widgets
transpiled test_utils
transpiled test_media
transpiled test_formsets
transpiled test_deprecation_forms
transpiled test_input_formats
transpiled test_forms
transpiled __init__
transpiled urlconf_inner
transpiled urls_error_handlers_callables
transpiled nested_urls
transpiled reverse_lazy_urls
transpiled included_urls2
transpiled utils
transpiled included_app_urls
transpiled no_urls
transpiled named_urls
transpiled tests
transpiled nonimported_module
transpiled middleware
transpiled views_broken
transpiled extra_urls
transpiled included_namespace_urls
transpiled urlconf_outer
transpiled included_named_urls2
transpiled urls_error_handlers
transpiled method_view_urls
transpiled namespace_urls
transpiled test_localeregexdescriptor
transpiled views
transpiled urls
transpiled erroneous_urls
transpiled included_named_urls
transpiled included_no_kwargs_urls
transpiled included_urls
transpiled named_urls_conflict
transpiled urls_without_handlers
transpiled __init__
transpiled __init__
transpiled __init__
transpiled __init__
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled csrf_token_error_handler_urls
transpiled views
transpiled test_context_processor
transpiled __init__
transpiled test_security
transpiled tests
transpiled cond_get_urls
transpiled extra_urls
transpiled views
transpiled urls
transpiled __init__
transpiled models
transpiled tests
transpiled results
transpiled __init__
transpiled tests
transpiled views
transpiled urls
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled test_commands
transpiled __init__
transpiled models
transpiled tests
transpiled urls
transpiled admin
transpiled __init__
transpiled path_base64_urls
transpiled path_same_name_urls
transpiled tests
transpiled more_urls
transpiled path_urls
transpiled test_resolvers
transpiled views
transpiled converters
transpiled converter_urls
transpiled included_urls
transpiled path_dynamic_urls
transpiled __init__
transpiled models
transpiled tests
transpiled test_uuid
transpiled test_prefetch_related_objects
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled context_processors
transpiled models
transpiled tests
transpiled auth_backends
transpiled views
transpiled urls
transpiled session
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled apps
transpiled models
transpiled tests
transpiled __init__
transpiled apps
transpiled __init__
transpiled __init__
transpiled __init__
transpiled apps
transpiled __init__
transpiled apps
transpiled __init__
transpiled apps
transpiled __init__
transpiled apps
transpiled not_apps
transpiled apps
transpiled __init__
transpiled apps
transpiled __init__
transpiled apps
transpiled __init__
transpiled tests
transpiled fields
transpiled __init__
transpiled apps
transpiled tests
transpiled sites
transpiled __init__
transpiled models
transpiled tests
transpiled uploadhandler
transpiled views
transpiled urls
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled test_multitable
transpiled __init__
transpiled __init__
transpiled tests
transpiled views
transpiled urls
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled test_state
transpiled test_pickle
transpiled __init__
transpiled tests
transpiled urls
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled test_discover_runner
transpiled models
transpiled tests
transpiled runner
transpiled test_parallel
transpiled test_shuffler
transpiled test_debug_sql
transpiled test_dates
transpiled __init__
transpiled test_list
transpiled models
transpiled forms
transpiled test_base
transpiled test_detail
transpiled views
transpiled urls
transpiled test_edit
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled fields
transpiled __init__
transpiled tests
transpiled test_data_upload_settings
transpiled test_accept_header
transpiled __init__
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled base_tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled __init__
transpiled models
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled __init__
transpiled 0002_second
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled __init__
transpiled 0001_initial
transpiled test_dummy
transpiled __init__
transpiled test_django
transpiled test_utils
transpiled test_jinja2
transpiled __init__
transpiled __init__
transpiled __init__
transpiled override
transpiled empty
transpiled good_tags
transpiled __init__
transpiled tags
transpiled __init__
transpiled __init__
transpiled broken_tags
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled models
transpiled tests
transpiled __init__
transpiled tests
transpiled __init__
transpiled utils
transpiled models
transpiled forms
transpiled tests
transpiled test_compilation
transpiled test_management
transpiled test_extraction
transpiled test_percents
transpiled urls_default_unprefixed
transpiled urls
transpiled __init__
transpiled __init__
transpiled __init__
transpiled formats
transpiled __init__
transpiled tests
transpiled __init__
transpiled __init__
transpiled __init__
transpiled formats
transpiled __init__
transpiled formats
transpiled __init__
transpiled __init__
transpiled manage
transpiled update_catalogs
transpiled __init__
transpiled settings
transpiled __init__
transpiled __init__
transpiled __init__
transpiled tests
transpiled __init__
transpiled included
transpiled path_unused
transpiled default
transpiled namespace
transpiled wrong_namespace
transpiled wrong
transpiled disabled
transpiled __init__
transpiled __init__
transpiled models
transpiled __init__
transpiled models
transpiled __init__
transpiled apps
transpiled __init__
transpiled models
transpiled tests
transpiled test_fallback
transpiled test_session
transpiled test_mixins
transpiled test_middleware
transpiled test_cookie
transpiled base
transpiled test_api
transpiled urls
transpiled __init__
transpiled models
transpiled tests
Total of 2713 files transpiled
List(/tmp/org.polystat.py2eo.12540798717637393647.tmp/django/scripts/manage_translations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/docs/conf/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/docs/_ext/djangodocs/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/setup/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/static/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/tz/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/l10n/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/runner/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/selenium/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/client/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/testcases/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/html/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/global_settings/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tg/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tg/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/is/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/is/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sv/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sv/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_PR/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_PR/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/zh_Hans/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/zh_Hans/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nn/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nn/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bg/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bg/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/da/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/da/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ka/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ka/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/th/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/th/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sl/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sl/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/mk/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/mk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pt/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pt/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/mn/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/mn/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/de/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/de/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hu/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hu/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ms/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ms/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/az/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/az/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/te/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/te/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bs/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bs/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/lv/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/lv/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/eu/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/eu/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sr_Latn/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sr_Latn/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/gl/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/gl/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/zh_Hant/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/zh_Hant/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/km/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/km/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bn/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bn/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_NI/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_NI/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/kn/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/kn/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_AR/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_AR/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tk/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fa/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fa/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ja/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ja/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hr/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/el/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/el/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ar_DZ/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ar_DZ/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/uk/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/uk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ga/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ga/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sq/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sq/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ru/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ru/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fr/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en_AU/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en_AU/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/cs/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/cs/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_CO/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_CO/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/gd/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/gd/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/eo/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/eo/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ar/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ar/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fi/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fi/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_MX/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_MX/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hi/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hi/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ml/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ml/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/et/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/et/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pt_BR/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pt_BR/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/vi/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/vi/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ca/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ca/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ro/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ro/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sr/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/cy/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/cy/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ig/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ig/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en_GB/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en_GB/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ky/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ky/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tr/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/de_CH/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/de_CH/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ko/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ko/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nl/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nl/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/it/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/it/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/id/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/id/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/uz/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/uz/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/lt/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/lt/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pl/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pl/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/he/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/he/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sk/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ta/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ta/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fy/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fy/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nb/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nb/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/urls/static/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/urls/i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/timezone/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/_os/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/log/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/tree/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/termcolors/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/duration/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/archive/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/template/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/reloader/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/trans_real/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/trans_null/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/feedgenerator/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/autoreload/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/datastructures/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/deprecation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/inspect/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/safestring/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/hashable/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/ipv6/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/lorem_ipsum/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/itercompat/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/connection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/deconstruct/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/dateparse/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/xmlutils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/module_loading/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/http/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/jslex/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/dates/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/encoding/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/numberformat/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/dateformat/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/functional/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/timesince/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/html/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/topological_sort/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/datetime_safe/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/regex_helper/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/asyncio/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/version/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/text/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/baseconv/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/crypto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/renderers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/formsets/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/boundfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/widgets/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/helpers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/log/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/admin_list/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/admin_modify/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/admin_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/migrations/0002_logentry_remove_auto_add/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/filters/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/sites/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/checks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/views/autocomplete/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/views/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/views/main/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/views/decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/options/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/widgets/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/actions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/api/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/context_processors/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/session/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/fallback/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/cookie/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/constants/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/management/commands/remove_stale_contenttypes/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/migrations/0002_remove_content_type_name/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/checks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/validators/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/expressions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/serializers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/functions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/search/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/forms/array/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/forms/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/forms/hstore/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/forms/ranges/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/indexes/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/constraints/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/array/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/hstore/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/jsonb/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/ranges/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/citext/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/aggregates/statistics/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/aggregates/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/aggregates/mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/aggregates/general/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/commands/runserver/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/commands/collectstatic/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/commands/findstatic/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/storage/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/finders/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/testing/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/checks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/syndication/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/syndication/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/syndication/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/serializers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/management/commands/clearsessions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/base_session/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/db/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/file/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/signed_cookies/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/cached_db/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/management/commands/ping_google/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/templatetags/flatpages/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/sitemaps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/validators/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/tokens/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/management/commands/createsuperuser/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/management/commands/changepassword/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/context_processors/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/password_validation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0010_alter_group_name_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0003_alter_user_email_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0009_alter_user_last_name_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0012_alter_user_first_name_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0002_alter_permission_name_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0004_alter_user_username_opts/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0007_alter_validators_add_error_messages/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0006_require_contenttypes_0002/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0005_alter_user_last_login_null/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0011_update_proxy_permissions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0008_alter_user_username_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/backends/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/hashers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/handlers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/handlers/modwsgi/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/base_user/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/checks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/feeds/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/serializers/geojson/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/serializers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/admin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/admin/options/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/admin/widgets/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/management/commands/inspectdb/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/management/commands/ogrinspect/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/srs/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/ogrinfo/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/ogrinspect/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/layermapping/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/forms/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/forms/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/forms/widgets/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/proxy/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/functions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/sql/conversion/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/sql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/aggregates/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/adapter/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/client/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/features/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/pgraster/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/const/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/adapter/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/features/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/adapter/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/features/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/features/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/base/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/base/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/base/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/base/adapter/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/base/features/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/measure/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/sitemaps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/sitemaps/kml/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/sitemaps/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geoip2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geoip2/resources/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geoip2/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/ptr/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/shortcuts/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/error/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/raster/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/srs/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/errcheck/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/ds/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/geom/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/generation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/raster/source/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/raster/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/raster/const/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/raster/band/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/raster/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/field/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/srs/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/geomtype/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/layer/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/envelope/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/feature/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/driver/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/libgdal/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/geometries/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/datasource/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geometry/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/error/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/io/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/io/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/errcheck/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/misc/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/predicates/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/geom/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/threadsafe/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/topology/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/prepared/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/coordseq/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/factory/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/point/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prepared/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/mutable_list/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/libgeos/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/polygon/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/geometry/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/coordseq/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/collections/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/linestring/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/management/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/managers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/migrations/0002_alter_domain_unique/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/shortcuts/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/checks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/requests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/humanize/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/humanize/templatetags/humanize/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/humanize/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/humanize/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/expressions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/window/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/comparison/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/datetime/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/math/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/text/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/indexes/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/constraints/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/query_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/proxy/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/related_lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/related_descriptors/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/reverse_related/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/json/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/related/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/files/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/enums/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/manager/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/query/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/constants/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/where/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/datastructures/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/compiler/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/subqueries/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/query/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/constants/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/deletion/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/options/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/aggregates/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/graph/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/recorder/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/special/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/loader/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/executor/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/writer/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/serializer/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/autodetector/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/questioner/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/migration/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/optimizer/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/state/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/ddl_references/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/creation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/functions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/validation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/client/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/features/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/creation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/client/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/features/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/dummy/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/dummy/features/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/dummy/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/creation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/client/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/features/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/creation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/compiler/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/validation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/client/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/features/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/creation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/validation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/client/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/features/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/transaction/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/response/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/request/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/cookie/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/multipartparser/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/defaultfilters/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/defaulttags/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loader/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/autoreload/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/context_processors/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loader_tags/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/smartif/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/dummy/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/jinja2/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/django/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/context/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/response/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/library/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/filesystem/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/app_directories/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/cached/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/locmem/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/engine/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/__main__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/shortcuts/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/converters/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/resolvers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/conf/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/validators/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/xml_serializer/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/python/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/json/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/pyyaml/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/jsonl/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/console/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/smtp/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/dummy/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/filebased/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/locmem/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/message/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/servers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/servers/basehttp/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/redis/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/db/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/dummy/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/filebased/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/memcached/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/locmem/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/color/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/templates/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/check/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/createcachetable/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/makemigrations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/flush/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/inspectdb/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/sqlsequencereset/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/test/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/sqlmigrate/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/startproject/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/diffsettings/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/migrate/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/sendtestemail/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/dumpdata/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/sqlflush/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/dbshell/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/shell/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/testserver/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/loaddata/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/startapp/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/makemessages/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/compilemessages/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/runserver/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/showmigrations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/squashmigrations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/sql/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/paginator/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/uploadhandler/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/move/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/locks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/uploadedfile/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/storage/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/temp/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/images/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/wsgi/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/signing/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/exception/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/wsgi/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/asgi/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/caches/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/templates/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/messages/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/translation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/database/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/files/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/security/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/security/sessions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/security/csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/security/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/async_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/model_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/registry/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/compatibility/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/compatibility/django_4_0/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/asgi/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/gzip/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/clickjacking/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/common/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/http/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/locale/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/security/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/apps/config/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/apps/registry/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/defaults/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/static/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/dates/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/list/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/edit/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/detail/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/debug/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/gzip/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/clickjacking/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/vary/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/common/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/http/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/debug/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/dispatch/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/dispatch/dispatcher/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/urls_i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/logconfig/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_filters/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_filters/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_filters/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_checks/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_checks/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_checks/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/management/commands/test_command/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_managers/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_managers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_managers/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_utils/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_formsets_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_formsets_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_formsets_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/one_to_one/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/one_to_one/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/one_to_one/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validators/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validators/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update_only_fields/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update_only_fields/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update_only_fields/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/pagination/custom/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/pagination/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/pagination/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/pagination/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_autodiscover/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_autodiscover/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_autodiscover/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_autodiscover/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_functional/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_datastructures/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_archive/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_autoreload/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_ipv6/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_lazyobject/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_jslex/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_lorem_ipsum/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_numberformat/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/good_module/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/another_good_module/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/child_module/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/child_module/grandchild_module/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/another_bad_module/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/__main__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/bad_module/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/main_module/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_html/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_os_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_no_submodule/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_inspect/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module_loading/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_baseconv/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_datetime_safe/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_duration/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_timesince/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_hashable/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_connection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_regex_helper/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_encoding/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_dateformat/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_safestring/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_timezone/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_http/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_dateparse/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_crypto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_feedgenerator/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_termcolors/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_text/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_simplelazyobject/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_topological_sort/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_tree/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_order_with_respect_to/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_management/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/operations_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/operations_migrations/0002_rename_foo/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/operations_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_sitemaps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/settings/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/no_slash_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/absolute_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_many/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_many/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_many/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_files/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_model_field_deprecation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_translation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_4_0_compatibility/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_caches/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_async_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_templates/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_database/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_model_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_multi_db/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/include_contains_tuple/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/bad_class_based_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/beginning_with_slash/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/bad_error_handlers_invalid_path/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/non_unique_namespaces/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/warning_in_include/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/no_warnings/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/name_with_colon/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/good_class_based_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/include_with_dollar/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/good_function_based_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/bad_function_based_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/contains_tuple/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/no_warnings_i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/unique_namespaces/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/cbv_as_view/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/path_compatibility/contains_re_named_group/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/path_compatibility/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/path_compatibility/beginning_with_caret/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/path_compatibility/ending_with_dollar/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_security/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/alternate_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_autoreloader/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_custom/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_simple_tag/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_firstof/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_width_ratio/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_filter_tag/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_numpy/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_static/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_named_endblock/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_basic/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_if_changed/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_for/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_autoescape/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_filter_syntax/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_url/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_setup/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_include/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_now/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_verbatim/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_extends/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_lorem/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_invalid_string/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_comment/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_multiline/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_spaceless/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_list_index/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_template_tag/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_cache/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_resetcycle/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_cycle/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_builtins/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_with/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_load/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_if/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_regroup/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_current_language_bidi/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_underscore_syntax/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_available_languages/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_language/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_language_info/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_current_language/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_language_info_list/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_translate/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_filters/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_blocktranslate/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/custom/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/testtags/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/bad_tag/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/inclusion/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/subpackage/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/subpackage/echo/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/tag_27584/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/broken_tag/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_extends_relative/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_make_list/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_last/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_addslashes/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_iriencode/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_title/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_pluralize/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_linenumbers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_length/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_wordcount/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_default_if_none/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_yesno/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_capfirst/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_center/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_autoescape/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_dictsortreversed/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_date/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_length_is/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_timeuntil/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_phone2numeric/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_ljust/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_slice/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_truncatewords/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_divisibleby/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_filesizeformat/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/timezone_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_add/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_urlize/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_linebreaksbr/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_safe/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_floatformat/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_timesince/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_join/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_escapejs/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_cut/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_striptags/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_escape/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_linebreaks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_random/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_truncatewords_html/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_slugify/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_wordwrap/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_get_digit/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_default/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_truncatechars/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_upper/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_stringformat/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_urlencode/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_lower/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_chaining/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_rjust/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_json_script/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_time/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_unordered_list/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_urlizetrunc/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_dictsort/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_force_escape/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_first/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_safeseq/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_truncatechars_html/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/annotated_tag_function/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_loaders/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_nodelist/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_callables/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_origin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_extends/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_context/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_logging/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_parser/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_response/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_engine/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_library/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_smartif/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/window/test_validation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/window/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/migrations/0001_setup_extensions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/migrations/0002_create_test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_coalesce/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_nullif/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_collate/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_cast/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_least/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_json_object/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_greatest/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/datetime/test_extract_trunc/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/datetime/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/datetime/test_now/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_sqrt/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_asin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_mod/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_floor/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_round/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_degrees/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_sign/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_log/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_abs/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_exp/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_pi/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_radians/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_tan/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_random/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_acos/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_cot/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_atan/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_atan2/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_ln/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_sin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_power/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_ceil/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_cos/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha384/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_md5/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_strindex/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_reverse/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_length/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_left/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_pad/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha1/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_trim/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_repeat/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha256/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_ord/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_chr/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_concat/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_upper/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_substr/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_lower/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_right/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha224/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha512/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_replace/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_for_update/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_for_update/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_for_update/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/subparser_dest/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/hal/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/required_option/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/required_constant_option/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/dance/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/no_system_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/required_list_option/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/reverse_url/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/subparser/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/set_option/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/outputwrapper/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/specific_system_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/transaction/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/no_translations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/common_args/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/subparser_required/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required_with_same_dest/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/field_deconstruction/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/field_deconstruction/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sites_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sites_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions/test_queryset_values/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/or_lookups/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/or_lookups/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/or_lookups/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_natural/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_deserializedobject/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/natural/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/data/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/multi_table/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_jsonl/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_yaml/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_data/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_json/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_xml/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_raising_warning/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_raising_warning/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_waiting_migration/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_waiting_migration/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_waiting_migration/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_waiting_migration/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/configured_dynamic_settings_manage/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_with_import/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_with_import/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/custom_startproject/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/label_command/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/noargs_command/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/base_command/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/app_command/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/suppress_base_options_command/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/models/foo/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/models/bar/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/admin/foo/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/admin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/management/commands/duplicate/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_raising_messages/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_raising_messages/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/management/commands/duplicate/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/broken_app/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/broken_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/project_name/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/project_name/settings/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/extra/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/localized/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/additional_file/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/.hidden/render/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/app_template/api/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/app_template/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/configured_settings_manage/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/another_app_waiting_migration/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/another_app_waiting_migration/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/another_app_waiting_migration/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/another_app_waiting_migration/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/humanize_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/humanize_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/basic/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/basic/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/basic/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/cases/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_finders/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_storage/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_management/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/settings/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/storage/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/urls/default/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/urls/helper/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/apps/no_label/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/apps/test/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/apps/staticfiles_config/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_liveserver/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_model_package/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_model_package/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_model_package/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/force_insert_update/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/force_insert_update/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/force_insert_update/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mail/custombackend/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mail/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mail/test_sendtestemail/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mail/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_decimalfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_promises/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_manytomanyfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_autofield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_floatfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_binaryfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_textfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_charfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_integerfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_durationfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_jsonfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_booleanfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_slugfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_filefield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_datetimefield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_uuid/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_foreignkey/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_field_flags/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_imagefield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_genericipaddressfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_filepathfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_queries/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_queries/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_queries/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/feeds/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/string_lookup/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/string_lookup/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/string_lookup/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/defer_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/defer_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/defer_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/test_uuid/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/test_modelchoicefield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/introspection/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/introspection/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/introspection/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/another_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/test_basehttp/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/test_liveserverthread/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/widgetadmin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/test_autocomplete_widget/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bulk_create/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bulk_create/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bulk_create/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/transactions/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/transactions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/transactions/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_migration_operations/more_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_migration_operations/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_migration_operations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/migrations/0002_add_book/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/inspectdb/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/inspectdb/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/inspectdb/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/extra_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/extra_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/extra_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_exceptions/test_validation_error/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_exceptions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datatypes/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datatypes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datatypes/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_iterator/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_explain/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_db_returning/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_query/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_q/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_bulk_update/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_contains/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_qs_combinators/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_custom_urls/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_custom_urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_custom_urls/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_custom_urls/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/tests_async/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/closeable_cache/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/liberal_backend/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/test_logentry/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/test_date_hierarchy/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signals/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signals/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signals/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/deprecation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/deprecation/test_use_l10n/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/deprecation/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/deprecation/test_middleware_mixin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/models/tablespaces/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/models/default_related_name/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/test_default_related_name/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/test_default_pk/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/test_tablespaces/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/test_templates/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queryset_pickle/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queryset_pickle/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queryset_pickle/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/test_serializemixin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/test_transactiontestcase/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/test_simpletestcase/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/test_testcase/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_typecasts/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_typecasts/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2o_recursive/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2o_recursive/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2o_recursive/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/responses/test_cookie/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/responses/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/responses/test_fileresponse/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/responses/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/models/publication/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/models/article/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_enums/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_enums/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/properties/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/properties/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/properties/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/reverse_lookup/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/reverse_lookup/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/reverse_lookup/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty/no_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/test_generate_filename/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/related_models_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/_util/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/~util/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/.util/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/deprecated_field_migrations/0002_remove_ipaddressfield_ip/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/deprecated_field_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/deprecated_field_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_writer/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_commands/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_auto_now_add/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_auto_now_add/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_add_many_to_many_field_initial/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_add_many_to_many_field_initial/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_add_many_to_many_field_initial/0002_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_non_atomic/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_non_atomic/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/0002_add_field/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0002_conflicting_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0002_conflicting_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0002_a2/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0004_a4/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0003_a3/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/normal/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/without_init_file/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_simple/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_simple/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0002_alter_id/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_syncdb/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_syncdb/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0003_c3/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0002_c2/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/with_package_model/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/with_package_model/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0003_b3/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0002_b2/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_app/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_app/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_app/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_optimizer/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_executor/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_multidb/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_initial_false/0001_not_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_initial_false/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/routers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0005_fifth/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0003_third/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0004_fourth/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_fake_split_initial/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_fake_split_initial/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_fake_split_initial/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict/0002_conflicting_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/0001_squashed_0002/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/0003_third/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_squashed_2/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/2_squashed_3/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/4_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/3_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_namespace_package/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_questioner/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_default/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_default/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_unmigdep/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_unmigdep/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_operations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_operations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_empty/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_order/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_order/0001/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_fake_initial_case_insensitive/initial/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_fake_initial_case_insensitive/initial/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_fake_initial_case_insensitive/fake_initial/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_fake_initial_case_insensitive/fake_initial/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_autodetector/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_changes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_changes/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_changes/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_changes/0003_third/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed/0001_squashed_0002/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/1_squashed_2/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/2_squashed_3/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/4_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/3_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_backwards_deps_1/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_backwards_deps_1/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/faulty_migrations/namespace/foo/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/faulty_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/faulty_migrations/file/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_clashing_prefix/ab/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_clashing_prefix/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_clashing_prefix/a/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_run_before/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_run_before/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_run_before/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_run_before/0003_third/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_state/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict_long_name/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict_long_name/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict_long_name/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict_long_name/0002_conflicting_second_migration_with_long_name/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_atomic_operation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_atomic_operation/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/6_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/3_squashed_5/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/4_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/3_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/7_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/5_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_loader/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_bad_pyc/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/6_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/3_squashed_5/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/7_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_deprecated_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_custom_user/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_custom_user/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_first/thefirst/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_first/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_first/second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_graph/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_ancestor/0002_conflicting_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_ancestor/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_ancestor/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_ancestor/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_signals/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_signals/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_signals/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/resolve_url/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/resolve_url/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/resolve_url/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/resolve_url/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/test_views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/namespace_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/test_middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation/test_filter_argument/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/indexes/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/indexes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/indexes/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_backend_specific/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_custom_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_ordinary_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_relative_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_deprecated_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/regression_21530_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app4/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/templatetags/debugtags/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app1/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app0/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app5/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app3/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/generic_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/default_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_specials/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_static/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_json/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_debug/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_defaults/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_intermediary/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_intermediary/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_intermediary/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/no_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/no_models/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/test_logging/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/delete/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/delete/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/delete/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions_case/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions_case/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions_case/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sessions_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sessions_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sessions_tests/no_clear_expired/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sessions_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_validators/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_admin_multidb/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_basic/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/custom_user/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/custom_permissions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_last_login_attr/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_integer_username/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/proxy/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/invalid_models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/is_active/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/minimal/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/uuid_pk/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_foreign_key/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_many_to_many/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/no_password/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_custom_email_field/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_signals/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_remote_user/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_hashers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_management/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_templates/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_tokens/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/settings/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/backend_alias/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/urls_custom_user_admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/client/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_context_processors/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/urls_admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_auth_backends/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_one/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_one/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_one/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/str/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/str/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/str/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/annotations/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/annotations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/annotations/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_validators/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_picklable/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_custom_messages/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_error_messages/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_unique/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/constraints/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/constraints/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/constraints/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/customers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/article/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/person/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/empty_join/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/test_empty_join/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/test_agnostic_order_trimjoin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_https/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_management/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/empty/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/http/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/https/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/index_only/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_http/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_generic/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/filtered_relation/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/filtered_relation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/filtered_relation/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/project_template/test_settings/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/project_template/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/project_template/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/project_template/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dates/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dates/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dates/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/test_commands/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/migrations/0001_setup_extensions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/migrations/0002_create_models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_gis_tests_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_measure/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_geom/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_raster/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_srs/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_ds/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_envelope/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_driver/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_spatialrefsys/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_geoip2/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_data/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/layermap/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/layermap/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/layermap/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/inspectapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/inspectapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/inspectapp/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_geoforms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/relatedapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/relatedapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/relatedapp/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/data/rasters/textrasters/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/data/rasters/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/data/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geo3d/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geo3d/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geo3d/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geo3d/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/distapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/distapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/distapp/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_ptr/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_mutable_list/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_io/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_geos_mutation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_coordseq/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_geos/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_sitemaps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/feeds/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_serializers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_indexes/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/sitemaps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_functions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_feeds/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_expressions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/test_rasterfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/migrations/0001_setup_extensions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/migrations/0002_rastermodels/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geogapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geogapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geogapp/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/test_lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/test_decimalfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/test_timefield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/managers_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/managers_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/managers_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/files/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/files/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mutually_referential/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mutually_referential/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mutually_referential/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/test_actions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/test_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/test_features/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/test_creation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/test_creation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/test_server_side_cursors/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/test_creation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/test_ddl_references/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_features/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_creation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_schema/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_features/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_creation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/app_unmigrated/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/app_unmigrated/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/app_unmigrated/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/app_unmigrated/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_client/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_schema/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datetimes/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datetimes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datetimes/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/wsgi/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/wsgi/wsgi/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/wsgi/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/wsgi/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_earliest_or_latest/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_earliest_or_latest/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_earliest_or_latest/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_loader/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_loader/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance/test_abstract_inheritance/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signed_cookies_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signed_cookies_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/empty/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/tests_sample/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/doctests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/pattern_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/tagged/tests_inheritance/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/tagged/tests_syntax_error/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/tagged/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/tagged/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/simple/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/simple/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/databases/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/databases/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/buffer/tests_buffer/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/test_conditional_content_removal/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/auth_backends/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/test_fakepayload/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/urls_middleware_urlconf/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_utils/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/distinct_on_fields/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/distinct_on_fields/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/distinct_on_fields/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shortcuts/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shortcuts/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shortcuts/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shortcuts/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_search/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_citext/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_signals/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_integration/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/migrations/0001_setup_extensions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/migrations/0002_create_test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_constraints/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_ranges/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_aggregates/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_hstore/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_indexes/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_bulk_update/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_index_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_index_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_default_migrations/0002_integerarraymodel_field_2/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_default_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_default_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_functions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_array/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_unaccent/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/integration_settings/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_trigram/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/async/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/async/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/async/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_methods/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_methods/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_methods/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/test_mysql/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/test_oracle/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/fake_client/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/test_postgresql/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/test_sqlite/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/ordering/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/ordering/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/ordering/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/redirects_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/redirects_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/redirects_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signing/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signing/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/multiple_database/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/multiple_database/routers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/multiple_database/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/multiple_database/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/handlers/tests_custom_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/handlers/test_exception/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/handlers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/handlers/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/handlers/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/handlers/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/defer/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/defer/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/defer/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/runtests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions_window/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions_window/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions_window/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_one_null/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_one_null/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_one_null/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_object_or_404/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_object_or_404/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_object_or_404/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_ordering/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_ordering/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_ordering/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/test_multidb/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/test_adminsite/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/test_autocomplete_view/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/test_history_view/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/custom_has_permission_admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/test_nav_sidebar/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/test_templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/test_actions/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/customadmin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_views/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/reserved_names/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/reserved_names/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/reserved_names/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/save_delete_hooks/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/save_delete_hooks/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/save_delete_hooks/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/raw_query/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/raw_query/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/raw_query/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shell/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shell/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_formsets/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_formsets/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_formsets/test_uuid/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_formsets/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_multiplechoicefield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_typedchoicefield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_decimalfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/ab/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/j/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/b/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/h/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/a/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/d/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/e/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/f/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/f/g/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_regexfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_choicefield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_emailfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_floatfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_multivaluefield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_combofield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_charfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_integerfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_durationfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_jsonfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_booleanfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_slugfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_uuidfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_urlfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_timefield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_filefield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_datetimefield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_splitdatetimefield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_nullbooleanfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_imagefield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_genericipaddressfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_datefield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_filepathfield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/field_tests/test_typedmultiplechoicefield/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/templatetags/tags/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_textarea/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_multiplehiddeninput/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_input/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_datetimeinput/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_clearablefileinput/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_nullbooleanselect/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_timeinput/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_multiwidget/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_dateinput/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_checkboxselectmultiple/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_splitdatetimewidget/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_splithiddendatetimewidget/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_numberinput/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_checkboxinput/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_hiddeninput/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_fileinput/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_selectmultiple/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_textinput/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_widget/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_select/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_radioselect/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_passwordinput/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/test_selectdatewidget/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/widget_tests/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/tests/test_validators/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/tests/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/tests/test_i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/tests/test_renderers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/tests/test_formsets/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/tests/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/tests/test_media/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/tests/test_error_messages/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/tests/test_widgets/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/tests/test_deprecation_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/tests/test_input_formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/forms_tests/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/included_named_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/no_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/included_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/urlconf_outer/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/urls_without_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/urls_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/views_broken/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/translations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/translations/locale/de/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/translations/locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/translations/locale/fr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/test_localeregexdescriptor/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/reverse_lazy_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/nested_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/urls_error_handlers_callables/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/namespace_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/nonimported_module/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/included_namespace_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/named_urls_conflict/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/urlconf_inner/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/included_named_urls2/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/extra_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/included_no_kwargs_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/included_app_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/erroneous_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/method_view_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/named_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns_reverse/included_urls2/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/transaction_hooks/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/transaction_hooks/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/transaction_hooks/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/csrf_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/csrf_tests/csrf_token_error_handler_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/csrf_tests/test_context_processor/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/csrf_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/csrf_tests/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware/cond_get_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware/extra_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware/test_security/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_meta/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_meta/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_meta/results/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_meta/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/conditional_processing/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/conditional_processing/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/conditional_processing/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/conditional_processing/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_multiple/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_multiple/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_multiple/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty_models/test_commands/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty_models/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/proxy_models/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/proxy_models/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/proxy_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/proxy_models/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/proxy_models/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns/converters/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns/path_base64_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns/included_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns/converter_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns/path_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns/more_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns/test_resolvers/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns/path_dynamic_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/urlpatterns/path_same_name_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/prefetch_related/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/prefetch_related/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/prefetch_related/test_prefetch_related_objects/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/prefetch_related/test_uuid/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/prefetch_related/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/field_defaults/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/field_defaults/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/field_defaults/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/app_loading/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/app_loading/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/app_loading/not_installed/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/app_loading/not_installed/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/inline_formsets/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/inline_formsets/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/inline_formsets/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sites_framework/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sites_framework/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sites_framework/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sites_framework/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sites_framework/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client_regress/session/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client_regress/context_processors/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client_regress/auth_backends/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client_regress/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client_regress/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_lookups/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_lookups/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_lookups/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/delete_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/delete_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/delete_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/two_configs_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/two_configs_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/no_config_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/explicit_default_config_without_apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/two_default_configs_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/two_default_configs_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/explicit_default_config_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/explicit_default_config_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/one_config_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/one_config_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/explicit_default_config_mismatch_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/explicit_default_config_mismatch_app/not_apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/explicit_default_config_mismatch_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/namespace_package_base/nsapp/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/explicit_default_config_empty_apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/explicit_default_config_empty_apps/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/two_configs_one_default_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/apps/two_configs_one_default_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/field_subclassing/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/field_subclassing/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/field_subclassing/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_default_site/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_default_site/sites/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_default_site/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_default_site/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_uploads/uploadhandler/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_uploads/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_uploads/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_uploads/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_uploads/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_uploads/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_recursive/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_recursive/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_recursive/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_through_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_through_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_through_regress/test_multitable/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_through_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/import_error_package/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/builtin_server/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/builtin_server/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/builtin_server/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/builtin_server/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_columns/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_columns/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_columns/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_fk_ordering/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_fk_ordering/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_fk_ordering/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/swappable_models/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/swappable_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/swappable_models/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/settings_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/settings_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_regress/test_state/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_regress/test_pickle/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/asgi/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/asgi/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/asgi/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/version/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/version/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/unmanaged_models/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/unmanaged_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/unmanaged_models/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner/runner/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner/test_discover_runner/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner/test_parallel/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner/test_shuffler/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner/test_debug_sql/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_views/test_dates/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_views/test_list/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_views/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_views/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_views/test_detail/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_views/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_views/test_base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_views/test_edit/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_views/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_views/views/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_registration/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_registration/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_registration/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/known_related_objects/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/known_related_objects/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/known_related_objects/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrate_signals/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrate_signals/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrate_signals/custom_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrate_signals/custom_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrate_signals/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_and_m2o/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_and_m2o/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_and_m2o/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/from_db_value/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/from_db_value/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/from_db_value/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/decorators/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/decorators/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_indexes/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_indexes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_indexes/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dispatch/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dispatch/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_pk/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_pk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_pk/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_pk/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/requests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/requests/test_data_upload_settings/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/requests/test_accept_header/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/requests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/httpwrappers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/httpwrappers/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_sqlite/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/order_with_respect_to/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/order_with_respect_to/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/order_with_respect_to/base_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/order_with_respect_to/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/proxy_model_inheritance/app2/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/proxy_model_inheritance/app2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/proxy_model_inheritance/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/proxy_model_inheritance/app1/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/proxy_model_inheritance/app1/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/proxy_model_inheritance/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/proxy_model_inheritance/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_or_create/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_or_create/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_or_create/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_fk/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_fk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_fk/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_through/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_through/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_through/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations2/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations2/test_migrations_2_first/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations2/test_migrations_2_first/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations2/test_migrations_2_first/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations2/test_migrations_2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations2/test_migrations_2/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations2/test_migrations_2_no_deps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations2/test_migrations_2_no_deps/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_backends/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_backends/test_django/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_backends/test_dummy/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_backends/apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_backends/apps/good/templatetags/override/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_backends/apps/good/templatetags/good_tags/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_backends/apps/good/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_backends/apps/good/templatetags/empty/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_backends/apps/good/templatetags/subpackage/tags/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_backends/apps/good/templatetags/subpackage/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_backends/apps/good/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_backends/apps/importerror/templatetags/broken_tags/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_backends/apps/importerror/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_backends/apps/importerror/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_backends/test_jinja2/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/nested_foreign_keys/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/nested_foreign_keys/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/nested_foreign_keys/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/base/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/base/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/max_lengths/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/max_lengths/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/max_lengths/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related_onetoone/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related_onetoone/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related_onetoone/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/absolute_url_overrides/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/absolute_url_overrides/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/other2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/other2/locale/de/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/other2/locale/de/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/other2/locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/contenttypes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/contenttypes/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/other/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/other/locale/de/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/other/locale/de/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/other/locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/other/locale/fr/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/other/locale/fr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/territorial_fallback/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/test_compilation/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/test_management/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/urls_default_unprefixed/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/sampleproject/update_catalogs/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/sampleproject/sampleproject/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/sampleproject/sampleproject/settings/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/sampleproject/manage/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/resolution/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/exclude/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/test_extraction/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/patterns/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/patterns/urls/wrong_namespace/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/patterns/urls/namespace/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/patterns/urls/wrong/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/patterns/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/patterns/urls/path_unused/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/patterns/urls/included/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/patterns/urls/default/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/patterns/urls/disabled/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/patterns/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/project_dir/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/project_dir/app_with_locale/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/project_dir/app_with_locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/project_dir/app_no_locale/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/project_dir/app_no_locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/test_percents/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/loading_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/i18n/loading_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/messages_tests/test_cookie/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/messages_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/messages_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/messages_tests/test_fallback/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/messages_tests/test_api/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/messages_tests/test_mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/messages_tests/test_session/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/messages_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/messages_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/messages_tests/test_middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/messages_tests/base/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related/models/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related/tests/genUnsupportedEO)
checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/scripts/manage_translations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[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): 1.4/9.7 kB
Progress (1): 2.8/9.7 kB
Progress (1): 4.1/9.7 kB
Progress (1): 5.5/9.7 kB
Progress (1): 6.9/9.7 kB
Progress (1): 8.3/9.7 kB
Progress (1): 9.7/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 8.2 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): 1.4/6.0 kB
Progress (1): 2.8/6.0 kB
Progress (1): 4.1/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 53 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.57.2/parent-0.57.2.pom
Progress (1): 16/63 kB
Progress (1): 33/63 kB
Progress (1): 49/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.6 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.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 411 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): 16/92 kB
Progress (1): 33/92 kB
Progress (1): 49/92 kB
Progress (1): 66/92 kB
Progress (1): 82/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 746 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom
Progress (1): 8.2 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom (8.2 kB at 583 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
Progress (1): 8.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 622 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
Progress (1): 16/48 kB
Progress (1): 32/48 kB
Progress (1): 48 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom
Progress (1): 16/21 kB
Progress (1): 21 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar
Progress (1): 16/31 kB
Progress (1): 31 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar (31 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom
Progress (1): 9.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom (9.8 kB at 755 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar
Progress (1): 16/66 kB
Progress (1): 33/66 kB
Progress (1): 49/66 kB
Progress (1): 66/66 kB
Progress (1): 66 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar (66 kB at 3.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.1.2/maven-surefire-plugin-3.1.2.pom
Progress (1): 5.5 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.1.2/maven-surefire-plugin-3.1.2.pom (5.5 kB at 454 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.1.2/surefire-3.1.2.pom
Progress (1): 16/22 kB
Progress (1): 22 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.1.2/surefire-3.1.2.pom (22 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.1.2/maven-surefire-plugin-3.1.2.jar
Progress (1): 16/43 kB
Progress (1): 33/43 kB
Progress (1): 43 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.1.2/maven-surefire-plugin-3.1.2.jar (43 kB at 2.5 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 38 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.50/cactoos-0.50.pom
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 907 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.1/parent-0.51.1.pom
Progress (1): 16/62 kB
Progress (1): 33/62 kB
Progress (1): 49/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 3.0 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.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 36 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): 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 310 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.29.0/jcabi-1.29.0.pom
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 525 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.54.0/parent-0.54.0.pom
Progress (1): 16/62 kB
Progress (1): 33/62 kB
Progress (1): 49/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 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.18.1/jcabi-log-0.18.1.pom
Progress (1): 4.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 444 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.24/jcabi-1.24.pom
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 440 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.49/parent-0.49.pom
Progress (1): 16/59 kB
Progress (1): 33/59 kB
Progress (1): 49/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 3.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom
Progress (1): 2.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (2.8 kB at 231 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): 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 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.20/cactoos-0.20.pom
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 83 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.48.6/parent-0.48.6.pom
Progress (1): 16/74 kB
Progress (1): 33/74 kB
Progress (1): 49/74 kB
Progress (1): 66/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 580 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.pom
Progress (1): 3.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.pom (3.4 kB at 280 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 329 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.9.2/antlr4-master-4.9.2.pom
Progress (1): 4.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 400 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.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 384 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.15/jcabi-1.15.pom
Progress (1): 6.2 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.15/jcabi-1.15.pom (6.2 kB at 565 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.29/parent-0.29.pom
Progress (1): 16/74 kB
Progress (1): 33/74 kB
Progress (1): 49/74 kB
Progress (1): 66/74 kB
Progress (1): 74 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.29/parent-0.29.pom (74 kB at 3.9 MB/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 342 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.13/jcabi-1.13.pom
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 986 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.25/parent-0.25.pom
Progress (1): 16/77 kB
Progress (1): 32/77 kB
Progress (1): 49/77 kB
Progress (1): 65/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 3.9 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.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 433 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 65 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): 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 1.4 MB/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): 16/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.9 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): 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 975 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): 16/41 kB
Progress (1): 33/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 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.13/byte-buddy-agent-1.10.13.pom
Progress (1): 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 870 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.25.0/xembly-0.25.0.pom
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 80 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.0/parent-0.51.0.pom
Progress (1): 16/62 kB
Progress (1): 33/62 kB
Progress (1): 49/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 570 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.5.0/mockito-core-3.5.0.pom
Progress (1): 16/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 2.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 353 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.1/objenesis-parent-3.1.pom
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 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.29/snakeyaml-1.29.pom
Progress (1): 16/37 kB
Progress (1): 33/37 kB
Progress (1): 37 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.29/snakeyaml-1.29.pom (37 kB at 3.1 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.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 402 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.27.0/jcabi-1.27.0.pom
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 481 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 143 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): 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 1.2 MB/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 95 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): 16/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 2.0 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 340 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): 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 534 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 239 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.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 417 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): 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 1.2 MB/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 262 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): 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 1.3 MB/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 283 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): 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 802 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 172 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 231 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 128 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Progress (1): 2.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 241 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.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 195 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 339 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.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 394 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 239 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): 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 1.6 MB/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 265 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 97 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.2 kB

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

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom (3.8 kB at 349 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): 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 1.3 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.pom
Progress (1): 5.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 512 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.1/guice-4.2.1.pom
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 1.1 MB/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): 16/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 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/25.1-android/guava-25.1-android.pom
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 708 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): 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 848 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.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 382 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 163 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): 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 510 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 251 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 254 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.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 438 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
Progress (1): 16/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 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
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 482 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 209 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): 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 835 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): 16/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.8 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): 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 778 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 367 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): 16/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 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom
Progress (1): 16/65 kB
Progress (1): 32/65 kB
Progress (1): 49/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 4.3 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 183 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 262 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 150 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 262 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
Progress (1): 770 B

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 (770 B at 77 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Progress (1): 5.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 503 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.5.0/maven-repository-metadata-3.5.0.pom
Progress (1): 1.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.5.0/maven-repository-metadata-3.5.0.pom (1.9 kB at 189 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 211 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 269 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.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 463 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): 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 1.4 MB/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 262 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): 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 1.4 MB/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 312 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.pom
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 684 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): 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 990 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 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 411 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 158 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): 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 1.3 MB/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 190 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 205 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 295 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.0/guice-4.0.pom
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 967 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): 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 1.4 MB/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 383 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): 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 1.4 MB/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 24 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.57.0/parent-0.57.0.pom
Progress (1): 16/63 kB
Progress (1): 33/63 kB
Progress (1): 49/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 4.0 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): 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 668 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.5.2/opencsv-5.5.2.pom
Progress (1): 16/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 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.9/commons-text-1.9.pom
Progress (1): 16/17 kB
Progress (1): 17 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.9/commons-text-1.9.pom (17 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/51/commons-parent-51.pom
Progress (1): 16/78 kB
Progress (1): 33/78 kB
Progress (1): 49/78 kB
Progress (1): 66/78 kB
Progress (1): 78 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/51/commons-parent-51.pom (78 kB at 4.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom
Progress (1): 16/30 kB
Progress (1): 30 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom (30 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
Progress (1): 16/18 kB
Progress (1): 18 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Progress (1): 16/19 kB
Progress (1): 19 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom
Progress (1): 16/56 kB
Progress (1): 33/56 kB
Progress (1): 49/56 kB
Progress (1): 56 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 3.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
Progress (1): 12 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
Progress (1): 16/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 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom
Progress (1): 16/72 kB
Progress (1): 33/72 kB
Progress (1): 49/72 kB
Progress (1): 66/72 kB
Progress (1): 72 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 4.8 MB/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 289 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 257 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parser/0.23.11/eo-parser-0.23.11.jar
Progress (1): 16/105 kB
Progress (1): 33/105 kB
Progress (1): 49/105 kB
Progress (1): 66/105 kB
Progress (1): 82/105 kB
Progress (1): 98/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 911 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.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/org/yaml/snakeyaml/1.29/snakeyaml-1.29.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.5.2/xsline-0.5.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.25.0/xembly-0.25.0.jar
Progress (1): 0/5.0 MB
Progress (1): 0/5.0 MB
Progress (1): 0/5.0 MB
Progress (1): 0.1/5.0 MB
Progress (1): 0.1/5.0 MB
Progress (1): 0.1/5.0 MB
Progress (1): 0.1/5.0 MB
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 (2): 0.2/5.0 MB | 1.4/12 kB
Progress (2): 0.2/5.0 MB | 2.8/12 kB
Progress (2): 0.2/5.0 MB | 4.1/12 kB
Progress (2): 0.2/5.0 MB | 5.5/12 kB
Progress (2): 0.2/5.0 MB | 6.9/12 kB
Progress (2): 0.2/5.0 MB | 8.3/12 kB
Progress (2): 0.2/5.0 MB | 9.7/12 kB
Progress (2): 0.2/5.0 MB | 11/12 kB
Progress (2): 0.2/5.0 MB | 11/12 kB
Progress (2): 0.2/5.0 MB | 12 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.jar (12 kB at 273 kB/s)
Progress (2): 0.2/5.0 MB | 16/330 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.5.0/mockito-core-3.5.0.jar
Progress (2): 0.2/5.0 MB | 16/330 kB
Progress (2): 0.2/5.0 MB | 16/330 kB
Progress (2): 0.3/5.0 MB | 16/330 kB
Progress (3): 0.3/5.0 MB | 16/330 kB | 1.4/667 kB
Progress (3): 0.3/5.0 MB | 16/330 kB | 2.8/667 kB
Progress (3): 0.3/5.0 MB | 16/330 kB | 4.1/667 kB
Progress (3): 0.3/5.0 MB | 33/330 kB | 4.1/667 kB
Progress (3): 0.3/5.0 MB | 33/330 kB | 5.5/667 kB
Progress (3): 0.3/5.0 MB | 33/330 kB | 5.5/667 kB
Progress (3): 0.3/5.0 MB | 33/330 kB | 6.9/667 kB
Progress (3): 0.3/5.0 MB | 49/330 kB | 6.9/667 kB
Progress (3): 0.3/5.0 MB | 49/330 kB | 8.3/667 kB
Progress (3): 0.3/5.0 MB | 49/330 kB | 8.3/667 kB
Progress (3): 0.3/5.0 MB | 66/330 kB | 8.3/667 kB
Progress (3): 0.3/5.0 MB | 66/330 kB | 9.7/667 kB
Progress (3): 0.3/5.0 MB | 66/330 kB | 9.7/667 kB
Progress (3): 0.3/5.0 MB | 82/330 kB | 9.7/667 kB
Progress (3): 0.3/5.0 MB | 82/330 kB | 9.7/667 kB
Progress (3): 0.3/5.0 MB | 82/330 kB | 9.7/667 kB
Progress (3): 0.3/5.0 MB | 82/330 kB | 11/667 kB
Progress (3): 0.3/5.0 MB | 82/330 kB | 12/667 kB
Progress (3): 0.3/5.0 MB | 98/330 kB | 12/667 kB
Progress (3): 0.3/5.0 MB | 98/330 kB | 14/667 kB
Progress (3): 0.3/5.0 MB | 98/330 kB | 15/667 kB
Progress (3): 0.4/5.0 MB | 98/330 kB | 15/667 kB
Progress (3): 0.4/5.0 MB | 98/330 kB | 16/667 kB
Progress (3): 0.4/5.0 MB | 98/330 kB | 32/667 kB
Progress (3): 0.4/5.0 MB | 98/330 kB | 49/667 kB
Progress (3): 0.4/5.0 MB | 98/330 kB | 65/667 kB
Progress (3): 0.4/5.0 MB | 98/330 kB | 65/667 kB
Progress (3): 0.4/5.0 MB | 98/330 kB | 65/667 kB
Progress (3): 0.4/5.0 MB | 98/330 kB | 65/667 kB
Progress (3): 0.4/5.0 MB | 98/330 kB | 65/667 kB
Progress (3): 0.4/5.0 MB | 98/330 kB | 65/667 kB
Progress (3): 0.5/5.0 MB | 98/330 kB | 65/667 kB
Progress (3): 0.5/5.0 MB | 115/330 kB | 65/667 kB
Progress (3): 0.5/5.0 MB | 115/330 kB | 81/667 kB
Progress (3): 0.5/5.0 MB | 131/330 kB | 81/667 kB
Progress (3): 0.5/5.0 MB | 131/330 kB | 81/667 kB
Progress (3): 0.5/5.0 MB | 131/330 kB | 98/667 kB
Progress (3): 0.5/5.0 MB | 147/330 kB | 98/667 kB
Progress (3): 0.5/5.0 MB | 147/330 kB | 98/667 kB
Progress (3): 0.5/5.0 MB | 164/330 kB | 98/667 kB
Progress (3): 0.5/5.0 MB | 164/330 kB | 98/667 kB
Progress (3): 0.5/5.0 MB | 164/330 kB | 114/667 kB
Progress (3): 0.5/5.0 MB | 180/330 kB | 114/667 kB
Progress (3): 0.5/5.0 MB | 180/330 kB | 131/667 kB
Progress (3): 0.5/5.0 MB | 180/330 kB | 131/667 kB
Progress (3): 0.5/5.0 MB | 197/330 kB | 131/667 kB
Progress (3): 0.5/5.0 MB | 197/330 kB | 131/667 kB
Progress (3): 0.5/5.0 MB | 213/330 kB | 131/667 kB
Progress (3): 0.5/5.0 MB | 213/330 kB | 147/667 kB
Progress (3): 0.6/5.0 MB | 213/330 kB | 147/667 kB
Progress (3): 0.6/5.0 MB | 229/330 kB | 147/667 kB
Progress (3): 0.6/5.0 MB | 229/330 kB | 163/667 kB
Progress (3): 0.6/5.0 MB | 229/330 kB | 163/667 kB
Progress (3): 0.6/5.0 MB | 246/330 kB | 163/667 kB
Progress (3): 0.6/5.0 MB | 246/330 kB | 180/667 kB
Progress (3): 0.6/5.0 MB | 246/330 kB | 180/667 kB
Progress (3): 0.6/5.0 MB | 262/330 kB | 180/667 kB
Progress (3): 0.6/5.0 MB | 262/330 kB | 196/667 kB
Progress (3): 0.6/5.0 MB | 262/330 kB | 196/667 kB
Progress (3): 0.6/5.0 MB | 279/330 kB | 196/667 kB
Progress (3): 0.6/5.0 MB | 295/330 kB | 196/667 kB
Progress (3): 0.6/5.0 MB | 295/330 kB | 212/667 kB
Progress (3): 0.6/5.0 MB | 295/330 kB | 212/667 kB
Progress (3): 0.6/5.0 MB | 311/330 kB | 212/667 kB
Progress (3): 0.6/5.0 MB | 311/330 kB | 212/667 kB
Progress (3): 0.6/5.0 MB | 311/330 kB | 229/667 kB
Progress (3): 0.6/5.0 MB | 328/330 kB | 229/667 kB
Progress (3): 0.6/5.0 MB | 330 kB | 229/667 kB
Progress (3): 0.7/5.0 MB | 330 kB | 229/667 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.29/snakeyaml-1.29.jar (330 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.jar
Progress (2): 0.7/5.0 MB | 245/667 kB
Progress (2): 0.7/5.0 MB | 245/667 kB
Progress (2): 0.7/5.0 MB | 262/667 kB
Progress (3): 0.7/5.0 MB | 262/667 kB | 1.4/60 kB
Progress (3): 0.7/5.0 MB | 262/667 kB | 2.8/60 kB
Progress (3): 0.7/5.0 MB | 262/667 kB | 4.1/60 kB
Progress (3): 0.7/5.0 MB | 262/667 kB | 5.5/60 kB
Progress (3): 0.7/5.0 MB | 262/667 kB | 6.9/60 kB
Progress (3): 0.7/5.0 MB | 262/667 kB | 8.3/60 kB
Progress (3): 0.7/5.0 MB | 262/667 kB | 9.7/60 kB
Progress (3): 0.7/5.0 MB | 262/667 kB | 11/60 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 11/60 kB | 1.4/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 12/60 kB | 1.4/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 12/60 kB | 2.8/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 14/60 kB | 2.8/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 14/60 kB | 4.1/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 15/60 kB | 4.1/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 15/60 kB | 5.5/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 16/60 kB | 5.5/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 16/60 kB | 6.9/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 17/60 kB | 6.9/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 17/60 kB | 8.3/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 19/60 kB | 8.3/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 19/60 kB | 9.7/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 20/60 kB | 9.7/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 20/60 kB | 9.7/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 20/60 kB | 11/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 21/60 kB | 11/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 21/60 kB | 12/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 23/60 kB | 12/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 23/60 kB | 14/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 24/60 kB | 14/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 24/60 kB | 15/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 25/60 kB | 15/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 25/60 kB | 17/25 kB
Progress (4): 0.7/5.0 MB | 262/667 kB | 27/60 kB | 17/25 kB
Progress (4): 0.7/5.0 MB | 278/667 kB | 27/60 kB | 17/25 kB
Progress (4): 0.7/5.0 MB | 278/667 kB | 28/60 kB | 17/25 kB
Progress (4): 0.7/5.0 MB | 278/667 kB | 28/60 kB | 18/25 kB
Progress (4): 0.7/5.0 MB | 278/667 kB | 30/60 kB | 18/25 kB
Progress (4): 0.7/5.0 MB | 278/667 kB | 30/60 kB | 19/25 kB
Progress (4): 0.7/5.0 MB | 278/667 kB | 31/60 kB | 19/25 kB
Progress (4): 0.7/5.0 MB | 278/667 kB | 31/60 kB | 21/25 kB
Progress (4): 0.7/5.0 MB | 278/667 kB | 31/60 kB | 21/25 kB
Progress (4): 0.7/5.0 MB | 278/667 kB | 31/60 kB | 22/25 kB
Progress (4): 0.7/5.0 MB | 278/667 kB | 32/60 kB | 22/25 kB
Progress (4): 0.7/5.0 MB | 278/667 kB | 32/60 kB | 23/25 kB
Progress (4): 0.7/5.0 MB | 278/667 kB | 34/60 kB | 23/25 kB
Progress (4): 0.7/5.0 MB | 278/667 kB | 34/60 kB | 25/25 kB
Progress (4): 0.7/5.0 MB | 278/667 kB | 35/60 kB | 25/25 kB
Progress (4): 0.7/5.0 MB | 294/667 kB | 35/60 kB | 25/25 kB
Progress (4): 0.7/5.0 MB | 294/667 kB | 37/60 kB | 25/25 kB
Progress (4): 0.7/5.0 MB | 294/667 kB | 37/60 kB | 25 kB
Progress (4): 0.7/5.0 MB | 294/667 kB | 38/60 kB | 25 kB
Progress (4): 0.7/5.0 MB | 294/667 kB | 39/60 kB | 25 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.5.2/xsline-0.5.2.jar (25 kB at 175 kB/s)
Progress (3): 0.7/5.0 MB | 294/667 kB | 41/60 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.13/byte-buddy-agent-1.10.13.jar
Progress (3): 0.7/5.0 MB | 294/667 kB | 41/60 kB
Progress (3): 0.7/5.0 MB | 294/667 kB | 42/60 kB
Progress (3): 0.7/5.0 MB | 294/667 kB | 43/60 kB
Progress (3): 0.7/5.0 MB | 294/667 kB | 45/60 kB
Progress (3): 0.7/5.0 MB | 294/667 kB | 46/60 kB
Progress (3): 0.7/5.0 MB | 294/667 kB | 48/60 kB
Progress (3): 0.7/5.0 MB | 294/667 kB | 49/60 kB
Progress (3): 0.7/5.0 MB | 294/667 kB | 50/60 kB
Progress (3): 0.7/5.0 MB | 294/667 kB | 52/60 kB
Progress (4): 0.7/5.0 MB | 294/667 kB | 52/60 kB | 0/3.5 MB
Progress (4): 0.7/5.0 MB | 311/667 kB | 52/60 kB | 0/3.5 MB
Progress (4): 0.7/5.0 MB | 311/667 kB | 52/60 kB | 0/3.5 MB
Progress (4): 0.7/5.0 MB | 311/667 kB | 52/60 kB | 0/3.5 MB
Progress (4): 0.7/5.0 MB | 327/667 kB | 52/60 kB | 0/3.5 MB
Progress (4): 0.7/5.0 MB | 327/667 kB | 52/60 kB | 0/3.5 MB
Progress (4): 0.7/5.0 MB | 327/667 kB | 52/60 kB | 0/3.5 MB
Progress (4): 0.8/5.0 MB | 327/667 kB | 52/60 kB | 0/3.5 MB
Progress (4): 0.8/5.0 MB | 343/667 kB | 52/60 kB | 0/3.5 MB
Progress (4): 0.8/5.0 MB | 343/667 kB | 52/60 kB | 0.1/3.5 MB
Progress (4): 0.8/5.0 MB | 343/667 kB | 53/60 kB | 0.1/3.5 MB
Progress (4): 0.8/5.0 MB | 343/667 kB | 54/60 kB | 0.1/3.5 MB
Progress (4): 0.8/5.0 MB | 343/667 kB | 54/60 kB | 0.1/3.5 MB
Progress (4): 0.8/5.0 MB | 343/667 kB | 56/60 kB | 0.1/3.5 MB
Progress (5): 0.8/5.0 MB | 343/667 kB | 56/60 kB | 0.1/3.5 MB | 16/259 kB
Progress (5): 0.8/5.0 MB | 343/667 kB | 56/60 kB | 0.1/3.5 MB | 16/259 kB
Progress (5): 0.8/5.0 MB | 343/667 kB | 56/60 kB | 0.1/3.5 MB | 33/259 kB
Progress (5): 0.8/5.0 MB | 360/667 kB | 56/60 kB | 0.1/3.5 MB | 33/259 kB
Progress (5): 0.8/5.0 MB | 360/667 kB | 56/60 kB | 0.1/3.5 MB | 33/259 kB
Progress (5): 0.8/5.0 MB | 376/667 kB | 56/60 kB | 0.1/3.5 MB | 33/259 kB
Progress (5): 0.8/5.0 MB | 376/667 kB | 56/60 kB | 0.1/3.5 MB | 33/259 kB
Progress (5): 0.8/5.0 MB | 376/667 kB | 56/60 kB | 0.1/3.5 MB | 33/259 kB
Progress (5): 0.8/5.0 MB | 376/667 kB | 56/60 kB | 0.1/3.5 MB | 33/259 kB
Progress (5): 0.8/5.0 MB | 376/667 kB | 57/60 kB | 0.1/3.5 MB | 33/259 kB
Progress (5): 0.8/5.0 MB | 376/667 kB | 59/60 kB | 0.1/3.5 MB | 33/259 kB
Progress (5): 0.8/5.0 MB | 376/667 kB | 60 kB | 0.1/3.5 MB | 33/259 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.25.0/xembly-0.25.0.jar (60 kB at 327 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.jar
Progress (4): 0.8/5.0 MB | 376/667 kB | 0.1/3.5 MB | 49/259 kB
Progress (4): 0.8/5.0 MB | 376/667 kB | 0.1/3.5 MB | 66/259 kB
Progress (4): 0.8/5.0 MB | 393/667 kB | 0.1/3.5 MB | 66/259 kB
Progress (4): 0.8/5.0 MB | 402/667 kB | 0.1/3.5 MB | 66/259 kB
Progress (4): 0.8/5.0 MB | 402/667 kB | 0.1/3.5 MB | 66/259 kB
Progress (4): 0.8/5.0 MB | 402/667 kB | 0.1/3.5 MB | 82/259 kB
Progress (4): 0.8/5.0 MB | 402/667 kB | 0.1/3.5 MB | 82/259 kB
Progress (4): 0.8/5.0 MB | 402/667 kB | 0.1/3.5 MB | 82/259 kB
Progress (4): 0.8/5.0 MB | 402/667 kB | 0.1/3.5 MB | 82/259 kB
Progress (4): 0.8/5.0 MB | 402/667 kB | 0.2/3.5 MB | 82/259 kB
Progress (4): 0.8/5.0 MB | 418/667 kB | 0.2/3.5 MB | 82/259 kB
Progress (4): 0.8/5.0 MB | 418/667 kB | 0.2/3.5 MB | 98/259 kB
Progress (4): 0.9/5.0 MB | 418/667 kB | 0.2/3.5 MB | 98/259 kB
Progress (4): 0.9/5.0 MB | 435/667 kB | 0.2/3.5 MB | 98/259 kB
Progress (4): 0.9/5.0 MB | 435/667 kB | 0.2/3.5 MB | 98/259 kB
Progress (4): 0.9/5.0 MB | 435/667 kB | 0.2/3.5 MB | 115/259 kB
Progress (4): 0.9/5.0 MB | 435/667 kB | 0.2/3.5 MB | 115/259 kB
Progress (4): 0.9/5.0 MB | 435/667 kB | 0.2/3.5 MB | 115/259 kB
Progress (5): 0.9/5.0 MB | 435/667 kB | 0.2/3.5 MB | 115/259 kB | 16/60 kB
Progress (5): 0.9/5.0 MB | 435/667 kB | 0.2/3.5 MB | 131/259 kB | 16/60 kB
Progress (5): 0.9/5.0 MB | 435/667 kB | 0.2/3.5 MB | 147/259 kB | 16/60 kB
Progress (5): 0.9/5.0 MB | 451/667 kB | 0.2/3.5 MB | 147/259 kB | 16/60 kB
Progress (5): 0.9/5.0 MB | 451/667 kB | 0.2/3.5 MB | 147/259 kB | 33/60 kB
Progress (5): 0.9/5.0 MB | 451/667 kB | 0.2/3.5 MB | 147/259 kB | 33/60 kB
Progress (5): 0.9/5.0 MB | 451/667 kB | 0.2/3.5 MB | 147/259 kB | 33/60 kB
Progress (5): 0.9/5.0 MB | 468/667 kB | 0.2/3.5 MB | 147/259 kB | 33/60 kB
Progress (5): 0.9/5.0 MB | 468/667 kB | 0.2/3.5 MB | 147/259 kB | 33/60 kB
Progress (5): 0.9/5.0 MB | 468/667 kB | 0.2/3.5 MB | 147/259 kB | 33/60 kB
Progress (5): 0.9/5.0 MB | 468/667 kB | 0.2/3.5 MB | 164/259 kB | 33/60 kB
Progress (5): 0.9/5.0 MB | 468/667 kB | 0.2/3.5 MB | 180/259 kB | 33/60 kB
Progress (5): 0.9/5.0 MB | 468/667 kB | 0.2/3.5 MB | 180/259 kB | 33/60 kB
Progress (5): 0.9/5.0 MB | 468/667 kB | 0.2/3.5 MB | 180/259 kB | 33/60 kB
Progress (5): 0.9/5.0 MB | 484/667 kB | 0.2/3.5 MB | 180/259 kB | 33/60 kB
Progress (5): 0.9/5.0 MB | 484/667 kB | 0.2/3.5 MB | 180/259 kB | 49/60 kB
Progress (5): 0.9/5.0 MB | 484/667 kB | 0.2/3.5 MB | 180/259 kB | 60 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.jar (60 kB at 272 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): 0.9/5.0 MB | 484/667 kB | 0.2/3.5 MB | 197/259 kB
Progress (4): 0.9/5.0 MB | 484/667 kB | 0.3/3.5 MB | 197/259 kB
Progress (4): 0.9/5.0 MB | 484/667 kB | 0.3/3.5 MB | 197/259 kB
Progress (4): 0.9/5.0 MB | 500/667 kB | 0.3/3.5 MB | 197/259 kB
Progress (4): 0.9/5.0 MB | 500/667 kB | 0.3/3.5 MB | 213/259 kB
Progress (4): 0.9/5.0 MB | 500/667 kB | 0.3/3.5 MB | 213/259 kB
Progress (4): 0.9/5.0 MB | 500/667 kB | 0.3/3.5 MB | 229/259 kB
Progress (4): 1.0/5.0 MB | 500/667 kB | 0.3/3.5 MB | 229/259 kB
Progress (4): 1.0/5.0 MB | 517/667 kB | 0.3/3.5 MB | 229/259 kB
Progress (4): 1.0/5.0 MB | 517/667 kB | 0.3/3.5 MB | 229/259 kB
Progress (4): 1.0/5.0 MB | 517/667 kB | 0.3/3.5 MB | 246/259 kB
Progress (5): 1.0/5.0 MB | 517/667 kB | 0.3/3.5 MB | 246/259 kB | 16/338 kB
Progress (5): 1.0/5.0 MB | 517/667 kB | 0.3/3.5 MB | 246/259 kB | 16/338 kB
Progress (5): 1.0/5.0 MB | 517/667 kB | 0.3/3.5 MB | 259 kB | 16/338 kB
Progress (5): 1.0/5.0 MB | 517/667 kB | 0.3/3.5 MB | 259 kB | 16/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 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.50/cactoos-0.50.jar
Progress (4): 1.0/5.0 MB | 533/667 kB | 0.3/3.5 MB | 16/338 kB
Progress (4): 1.0/5.0 MB | 533/667 kB | 0.3/3.5 MB | 16/338 kB
Progress (4): 1.0/5.0 MB | 533/667 kB | 0.3/3.5 MB | 33/338 kB
Progress (4): 1.0/5.0 MB | 533/667 kB | 0.3/3.5 MB | 33/338 kB
Progress (4): 1.0/5.0 MB | 549/667 kB | 0.3/3.5 MB | 33/338 kB
Progress (4): 1.0/5.0 MB | 549/667 kB | 0.3/3.5 MB | 33/338 kB
Progress (4): 1.0/5.0 MB | 549/667 kB | 0.3/3.5 MB | 33/338 kB
Progress (4): 1.0/5.0 MB | 549/667 kB | 0.3/3.5 MB | 49/338 kB
Progress (4): 1.0/5.0 MB | 566/667 kB | 0.3/3.5 MB | 49/338 kB
Progress (4): 1.0/5.0 MB | 566/667 kB | 0.3/3.5 MB | 49/338 kB
Progress (4): 1.0/5.0 MB | 566/667 kB | 0.4/3.5 MB | 49/338 kB
Progress (4): 1.0/5.0 MB | 566/667 kB | 0.4/3.5 MB | 66/338 kB
Progress (4): 1.0/5.0 MB | 566/667 kB | 0.4/3.5 MB | 82/338 kB
Progress (4): 1.0/5.0 MB | 566/667 kB | 0.4/3.5 MB | 82/338 kB
Progress (4): 1.0/5.0 MB | 566/667 kB | 0.4/3.5 MB | 82/338 kB
Progress (4): 1.0/5.0 MB | 582/667 kB | 0.4/3.5 MB | 82/338 kB
Progress (4): 1.0/5.0 MB | 582/667 kB | 0.4/3.5 MB | 82/338 kB
Progress (4): 1.1/5.0 MB | 582/667 kB | 0.4/3.5 MB | 82/338 kB
Progress (4): 1.1/5.0 MB | 599/667 kB | 0.4/3.5 MB | 82/338 kB
Progress (4): 1.1/5.0 MB | 599/667 kB | 0.4/3.5 MB | 98/338 kB
Progress (4): 1.1/5.0 MB | 599/667 kB | 0.4/3.5 MB | 98/338 kB
Progress (4): 1.1/5.0 MB | 599/667 kB | 0.4/3.5 MB | 98/338 kB
Progress (4): 1.1/5.0 MB | 599/667 kB | 0.4/3.5 MB | 115/338 kB
Progress (4): 1.1/5.0 MB | 615/667 kB | 0.4/3.5 MB | 115/338 kB
Progress (4): 1.1/5.0 MB | 615/667 kB | 0.4/3.5 MB | 115/338 kB
Progress (4): 1.1/5.0 MB | 615/667 kB | 0.4/3.5 MB | 115/338 kB
Progress (4): 1.1/5.0 MB | 615/667 kB | 0.4/3.5 MB | 131/338 kB
Progress (4): 1.1/5.0 MB | 631/667 kB | 0.4/3.5 MB | 131/338 kB
Progress (4): 1.1/5.0 MB | 631/667 kB | 0.4/3.5 MB | 131/338 kB
Progress (4): 1.1/5.0 MB | 631/667 kB | 0.4/3.5 MB | 131/338 kB
Progress (4): 1.1/5.0 MB | 631/667 kB | 0.4/3.5 MB | 147/338 kB
Progress (4): 1.1/5.0 MB | 631/667 kB | 0.5/3.5 MB | 147/338 kB
Progress (4): 1.1/5.0 MB | 648/667 kB | 0.5/3.5 MB | 147/338 kB
Progress (4): 1.1/5.0 MB | 648/667 kB | 0.5/3.5 MB | 147/338 kB
Progress (4): 1.1/5.0 MB | 648/667 kB | 0.5/3.5 MB | 164/338 kB
Progress (4): 1.1/5.0 MB | 648/667 kB | 0.5/3.5 MB | 164/338 kB
Progress (4): 1.1/5.0 MB | 664/667 kB | 0.5/3.5 MB | 164/338 kB
Progress (4): 1.1/5.0 MB | 667 kB | 0.5/3.5 MB | 164/338 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.5.0/mockito-core-3.5.0.jar (667 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.20.0/jcabi-log-0.20.0.jar
Progress (3): 1.1/5.0 MB | 0.5/3.5 MB | 164/338 kB
Progress (3): 1.1/5.0 MB | 0.5/3.5 MB | 180/338 kB
Progress (3): 1.1/5.0 MB | 0.5/3.5 MB | 180/338 kB
Progress (3): 1.2/5.0 MB | 0.5/3.5 MB | 180/338 kB
Progress (3): 1.2/5.0 MB | 0.5/3.5 MB | 197/338 kB
Progress (3): 1.2/5.0 MB | 0.5/3.5 MB | 197/338 kB
Progress (3): 1.2/5.0 MB | 0.5/3.5 MB | 197/338 kB
Progress (3): 1.2/5.0 MB | 0.5/3.5 MB | 197/338 kB
Progress (3): 1.2/5.0 MB | 0.5/3.5 MB | 213/338 kB
Progress (3): 1.2/5.0 MB | 0.5/3.5 MB | 213/338 kB
Progress (3): 1.2/5.0 MB | 0.5/3.5 MB | 213/338 kB
Progress (4): 1.2/5.0 MB | 0.5/3.5 MB | 213/338 kB | 16/51 kB
Progress (4): 1.2/5.0 MB | 0.5/3.5 MB | 229/338 kB | 16/51 kB
Progress (4): 1.2/5.0 MB | 0.5/3.5 MB | 229/338 kB | 16/51 kB
Progress (4): 1.2/5.0 MB | 0.5/3.5 MB | 229/338 kB | 33/51 kB
Progress (4): 1.2/5.0 MB | 0.6/3.5 MB | 229/338 kB | 33/51 kB
Progress (4): 1.2/5.0 MB | 0.6/3.5 MB | 246/338 kB | 33/51 kB
Progress (4): 1.2/5.0 MB | 0.6/3.5 MB | 246/338 kB | 33/51 kB
Progress (4): 1.2/5.0 MB | 0.6/3.5 MB | 246/338 kB | 33/51 kB
Progress (4): 1.2/5.0 MB | 0.6/3.5 MB | 246/338 kB | 49/51 kB
Progress (4): 1.2/5.0 MB | 0.6/3.5 MB | 246/338 kB | 51 kB
Progress (4): 1.2/5.0 MB | 0.6/3.5 MB | 262/338 kB | 51 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.20.0/jcabi-log-0.20.0.jar (51 kB at 158 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-alpha5/slf4j-api-2.0.0-alpha5.jar
Progress (3): 1.2/5.0 MB | 0.6/3.5 MB | 262/338 kB
Progress (3): 1.2/5.0 MB | 0.6/3.5 MB | 262/338 kB
Progress (3): 1.2/5.0 MB | 0.6/3.5 MB | 279/338 kB
Progress (3): 1.2/5.0 MB | 0.6/3.5 MB | 279/338 kB
Progress (3): 1.3/5.0 MB | 0.6/3.5 MB | 279/338 kB
Progress (3): 1.3/5.0 MB | 0.6/3.5 MB | 295/338 kB
Progress (3): 1.3/5.0 MB | 0.6/3.5 MB | 295/338 kB
Progress (3): 1.3/5.0 MB | 0.6/3.5 MB | 295/338 kB
Progress (3): 1.3/5.0 MB | 0.6/3.5 MB | 311/338 kB
Progress (3): 1.3/5.0 MB | 0.6/3.5 MB | 311/338 kB
Progress (3): 1.3/5.0 MB | 0.6/3.5 MB | 311/338 kB
Progress (4): 1.3/5.0 MB | 0.6/3.5 MB | 311/338 kB | 16/59 kB
Progress (4): 1.3/5.0 MB | 0.6/3.5 MB | 328/338 kB | 16/59 kB
Progress (4): 1.3/5.0 MB | 0.7/3.5 MB | 328/338 kB | 16/59 kB
Progress (4): 1.3/5.0 MB | 0.7/3.5 MB | 328/338 kB | 16/59 kB
Progress (4): 1.3/5.0 MB | 0.7/3.5 MB | 328/338 kB | 33/59 kB
Progress (4): 1.3/5.0 MB | 0.7/3.5 MB | 338 kB | 33/59 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 979 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 (3): 1.3/5.0 MB | 0.7/3.5 MB | 33/59 kB
Progress (3): 1.3/5.0 MB | 0.7/3.5 MB | 33/59 kB
Progress (3): 1.3/5.0 MB | 0.7/3.5 MB | 33/59 kB
Progress (3): 1.3/5.0 MB | 0.7/3.5 MB | 49/59 kB
Progress (4): 1.3/5.0 MB | 0.7/3.5 MB | 49/59 kB | 16/341 kB
Progress (4): 1.3/5.0 MB | 0.7/3.5 MB | 59 kB | 16/341 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 165 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.10/jcabi-maven-slf4j-0.10.jar
Progress (3): 1.3/5.0 MB | 0.7/3.5 MB | 16/341 kB
Progress (3): 1.3/5.0 MB | 0.7/3.5 MB | 16/341 kB
Progress (3): 1.3/5.0 MB | 0.7/3.5 MB | 33/341 kB
Progress (3): 1.3/5.0 MB | 0.7/3.5 MB | 33/341 kB
Progress (3): 1.3/5.0 MB | 0.7/3.5 MB | 33/341 kB
Progress (3): 1.3/5.0 MB | 0.7/3.5 MB | 49/341 kB
Progress (3): 1.4/5.0 MB | 0.7/3.5 MB | 49/341 kB
Progress (3): 1.4/5.0 MB | 0.7/3.5 MB | 49/341 kB
Progress (3): 1.4/5.0 MB | 0.7/3.5 MB | 66/341 kB
Progress (3): 1.4/5.0 MB | 0.7/3.5 MB | 66/341 kB
Progress (3): 1.4/5.0 MB | 0.7/3.5 MB | 82/341 kB
Progress (3): 1.4/5.0 MB | 0.7/3.5 MB | 82/341 kB
Progress (3): 1.4/5.0 MB | 0.7/3.5 MB | 82/341 kB
Progress (3): 1.4/5.0 MB | 0.8/3.5 MB | 82/341 kB
Progress (3): 1.4/5.0 MB | 0.8/3.5 MB | 98/341 kB
Progress (3): 1.4/5.0 MB | 0.8/3.5 MB | 98/341 kB
Progress (3): 1.4/5.0 MB | 0.8/3.5 MB | 98/341 kB
Progress (3): 1.4/5.0 MB | 0.8/3.5 MB | 115/341 kB
Progress (3): 1.4/5.0 MB | 0.8/3.5 MB | 115/341 kB
Progress (4): 1.4/5.0 MB | 0.8/3.5 MB | 115/341 kB | 7.9 kB
Progress (4): 1.4/5.0 MB | 0.8/3.5 MB | 115/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 21 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar
Progress (3): 1.4/5.0 MB | 0.8/3.5 MB | 131/341 kB
Progress (3): 1.4/5.0 MB | 0.8/3.5 MB | 131/341 kB
Progress (3): 1.4/5.0 MB | 0.8/3.5 MB | 131/341 kB
Progress (3): 1.4/5.0 MB | 0.8/3.5 MB | 147/341 kB
Progress (3): 1.5/5.0 MB | 0.8/3.5 MB | 147/341 kB
Progress (3): 1.5/5.0 MB | 0.8/3.5 MB | 147/341 kB
Progress (3): 1.5/5.0 MB | 0.8/3.5 MB | 164/341 kB
Progress (3): 1.5/5.0 MB | 0.8/3.5 MB | 164/341 kB
Progress (3): 1.5/5.0 MB | 0.8/3.5 MB | 164/341 kB
Progress (3): 1.5/5.0 MB | 0.8/3.5 MB | 180/341 kB
Progress (4): 1.5/5.0 MB | 0.8/3.5 MB | 180/341 kB | 16/47 kB
Progress (4): 1.5/5.0 MB | 0.9/3.5 MB | 180/341 kB | 16/47 kB
Progress (4): 1.5/5.0 MB | 0.9/3.5 MB | 180/341 kB | 16/47 kB
Progress (4): 1.5/5.0 MB | 0.9/3.5 MB | 197/341 kB | 16/47 kB
Progress (4): 1.5/5.0 MB | 0.9/3.5 MB | 197/341 kB | 16/47 kB
Progress (4): 1.5/5.0 MB | 0.9/3.5 MB | 197/341 kB | 33/47 kB
Progress (4): 1.5/5.0 MB | 0.9/3.5 MB | 197/341 kB | 33/47 kB
Progress (4): 1.5/5.0 MB | 0.9/3.5 MB | 213/341 kB | 33/47 kB
Progress (4): 1.5/5.0 MB | 0.9/3.5 MB | 213/341 kB | 47 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 115 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 (3): 1.5/5.0 MB | 0.9/3.5 MB | 213/341 kB
Progress (3): 1.5/5.0 MB | 0.9/3.5 MB | 213/341 kB
Progress (3): 1.5/5.0 MB | 0.9/3.5 MB | 229/341 kB
Progress (3): 1.5/5.0 MB | 0.9/3.5 MB | 229/341 kB
Progress (3): 1.5/5.0 MB | 0.9/3.5 MB | 229/341 kB
Progress (3): 1.5/5.0 MB | 0.9/3.5 MB | 246/341 kB
Progress (3): 1.5/5.0 MB | 0.9/3.5 MB | 246/341 kB
Progress (3): 1.6/5.0 MB | 0.9/3.5 MB | 246/341 kB
Progress (3): 1.6/5.0 MB | 0.9/3.5 MB | 262/341 kB
Progress (3): 1.6/5.0 MB | 0.9/3.5 MB | 262/341 kB
Progress (3): 1.6/5.0 MB | 0.9/3.5 MB | 262/341 kB
Progress (4): 1.6/5.0 MB | 0.9/3.5 MB | 262/341 kB | 16/58 kB
Progress (4): 1.6/5.0 MB | 1.0/3.5 MB | 262/341 kB | 16/58 kB
Progress (4): 1.6/5.0 MB | 1.0/3.5 MB | 279/341 kB | 16/58 kB
Progress (4): 1.6/5.0 MB | 1.0/3.5 MB | 279/341 kB | 16/58 kB
Progress (4): 1.6/5.0 MB | 1.0/3.5 MB | 279/341 kB | 16/58 kB
Progress (4): 1.6/5.0 MB | 1.0/3.5 MB | 295/341 kB | 16/58 kB
Progress (4): 1.6/5.0 MB | 1.0/3.5 MB | 295/341 kB | 33/58 kB
Progress (4): 1.6/5.0 MB | 1.0/3.5 MB | 295/341 kB | 33/58 kB
Progress (4): 1.6/5.0 MB | 1.0/3.5 MB | 311/341 kB | 33/58 kB
Progress (4): 1.6/5.0 MB | 1.0/3.5 MB | 311/341 kB | 33/58 kB
Progress (4): 1.6/5.0 MB | 1.0/3.5 MB | 311/341 kB | 49/58 kB
Progress (4): 1.6/5.0 MB | 1.0/3.5 MB | 311/341 kB | 49/58 kB
Progress (4): 1.6/5.0 MB | 1.0/3.5 MB | 328/341 kB | 49/58 kB
Progress (4): 1.6/5.0 MB | 1.0/3.5 MB | 328/341 kB | 49/58 kB
Progress (4): 1.6/5.0 MB | 1.0/3.5 MB | 328/341 kB | 58 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar (58 kB at 130 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 (3): 1.6/5.0 MB | 1.0/3.5 MB | 328/341 kB
Progress (3): 1.6/5.0 MB | 1.0/3.5 MB | 341 kB
Progress (3): 1.6/5.0 MB | 1.0/3.5 MB | 341 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.50/cactoos-0.50.jar (341 kB at 763 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 (2): 1.6/5.0 MB | 1.0/3.5 MB
Progress (2): 1.7/5.0 MB | 1.0/3.5 MB
Progress (3): 1.7/5.0 MB | 1.0/3.5 MB | 16/40 kB
Progress (3): 1.7/5.0 MB | 1.1/3.5 MB | 16/40 kB
Progress (3): 1.7/5.0 MB | 1.1/3.5 MB | 16/40 kB
Progress (3): 1.7/5.0 MB | 1.1/3.5 MB | 16/40 kB
Progress (3): 1.7/5.0 MB | 1.1/3.5 MB | 16/40 kB
Progress (3): 1.7/5.0 MB | 1.1/3.5 MB | 32/40 kB
Progress (4): 1.7/5.0 MB | 1.1/3.5 MB | 32/40 kB | 16/205 kB
Progress (4): 1.7/5.0 MB | 1.1/3.5 MB | 40 kB | 16/205 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 86 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 (3): 1.7/5.0 MB | 1.1/3.5 MB | 16/205 kB
Progress (4): 1.7/5.0 MB | 1.1/3.5 MB | 16/205 kB | 16/262 kB
Progress (4): 1.7/5.0 MB | 1.1/3.5 MB | 16/205 kB | 16/262 kB
Progress (4): 1.7/5.0 MB | 1.1/3.5 MB | 16/205 kB | 16/262 kB
Progress (4): 1.7/5.0 MB | 1.1/3.5 MB | 33/205 kB | 16/262 kB
Progress (4): 1.7/5.0 MB | 1.1/3.5 MB | 33/205 kB | 33/262 kB
Progress (4): 1.7/5.0 MB | 1.1/3.5 MB | 49/205 kB | 33/262 kB
Progress (4): 1.7/5.0 MB | 1.1/3.5 MB | 49/205 kB | 33/262 kB
Progress (4): 1.7/5.0 MB | 1.1/3.5 MB | 49/205 kB | 33/262 kB
Progress (4): 1.8/5.0 MB | 1.1/3.5 MB | 49/205 kB | 33/262 kB
Progress (4): 1.8/5.0 MB | 1.1/3.5 MB | 49/205 kB | 33/262 kB
Progress (4): 1.8/5.0 MB | 1.1/3.5 MB | 49/205 kB | 33/262 kB
Progress (4): 1.8/5.0 MB | 1.1/3.5 MB | 49/205 kB | 33/262 kB
Progress (4): 1.8/5.0 MB | 1.1/3.5 MB | 66/205 kB | 33/262 kB
Progress (5): 1.8/5.0 MB | 1.1/3.5 MB | 66/205 kB | 33/262 kB | 16/215 kB
Progress (5): 1.8/5.0 MB | 1.1/3.5 MB | 66/205 kB | 33/262 kB | 33/215 kB
Progress (5): 1.8/5.0 MB | 1.1/3.5 MB | 66/205 kB | 33/262 kB | 33/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 66/205 kB | 33/262 kB | 33/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 66/205 kB | 33/262 kB | 33/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 66/205 kB | 49/262 kB | 33/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 66/205 kB | 66/262 kB | 33/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 66/205 kB | 82/262 kB | 33/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 66/205 kB | 82/262 kB | 33/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 66/205 kB | 98/262 kB | 33/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 82/205 kB | 98/262 kB | 33/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 98/205 kB | 98/262 kB | 33/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 98/205 kB | 98/262 kB | 49/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 98/205 kB | 98/262 kB | 49/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 98/205 kB | 98/262 kB | 49/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 115/205 kB | 98/262 kB | 49/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 115/205 kB | 115/262 kB | 49/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 115/205 kB | 115/262 kB | 66/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 115/205 kB | 115/262 kB | 66/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 115/205 kB | 115/262 kB | 66/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 115/205 kB | 131/262 kB | 66/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 131/205 kB | 131/262 kB | 66/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 131/205 kB | 131/262 kB | 82/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 131/205 kB | 131/262 kB | 82/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 131/205 kB | 131/262 kB | 82/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 131/205 kB | 147/262 kB | 82/215 kB
Progress (5): 1.8/5.0 MB | 1.2/3.5 MB | 147/205 kB | 147/262 kB | 82/215 kB
Progress (5): 1.8/5.0 MB | 1.3/3.5 MB | 147/205 kB | 147/262 kB | 82/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 147/205 kB | 147/262 kB | 82/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 147/205 kB | 164/262 kB | 82/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 147/205 kB | 164/262 kB | 98/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 164/205 kB | 164/262 kB | 98/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 164/205 kB | 164/262 kB | 98/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 164/205 kB | 164/262 kB | 98/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 164/205 kB | 180/262 kB | 98/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 164/205 kB | 180/262 kB | 115/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 164/205 kB | 180/262 kB | 115/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 180/205 kB | 180/262 kB | 115/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 180/205 kB | 180/262 kB | 115/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 180/205 kB | 197/262 kB | 115/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 180/205 kB | 197/262 kB | 115/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 180/205 kB | 197/262 kB | 131/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 180/205 kB | 197/262 kB | 131/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 180/205 kB | 213/262 kB | 131/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 197/205 kB | 213/262 kB | 131/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 197/205 kB | 213/262 kB | 131/215 kB
Progress (5): 1.9/5.0 MB | 1.3/3.5 MB | 205 kB | 213/262 kB | 131/215 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 375 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 (4): 1.9/5.0 MB | 1.3/3.5 MB | 213/262 kB | 131/215 kB
Progress (4): 1.9/5.0 MB | 1.3/3.5 MB | 213/262 kB | 147/215 kB
Progress (4): 1.9/5.0 MB | 1.3/3.5 MB | 229/262 kB | 147/215 kB
Progress (4): 1.9/5.0 MB | 1.3/3.5 MB | 229/262 kB | 147/215 kB
Progress (4): 1.9/5.0 MB | 1.3/3.5 MB | 246/262 kB | 147/215 kB
Progress (4): 1.9/5.0 MB | 1.3/3.5 MB | 246/262 kB | 147/215 kB
Progress (4): 1.9/5.0 MB | 1.3/3.5 MB | 246/262 kB | 164/215 kB
Progress (4): 1.9/5.0 MB | 1.3/3.5 MB | 246/262 kB | 164/215 kB
Progress (4): 2.0/5.0 MB | 1.3/3.5 MB | 246/262 kB | 164/215 kB
Progress (4): 2.0/5.0 MB | 1.3/3.5 MB | 262 kB | 164/215 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 467 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 (3): 2.0/5.0 MB | 1.4/3.5 MB | 164/215 kB
Progress (3): 2.0/5.0 MB | 1.4/3.5 MB | 180/215 kB
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 180/215 kB | 16/634 kB
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 180/215 kB | 16/634 kB
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 180/215 kB | 16/634 kB
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 180/215 kB | 32/634 kB
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 197/215 kB | 32/634 kB
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 197/215 kB | 32/634 kB
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 197/215 kB | 32/634 kB
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 197/215 kB | 49/634 kB
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 213/215 kB | 49/634 kB
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 213/215 kB | 49/634 kB
Progress (5): 2.0/5.0 MB | 1.4/3.5 MB | 213/215 kB | 49/634 kB | 16/44 kB
Progress (5): 2.0/5.0 MB | 1.4/3.5 MB | 215 kB | 49/634 kB | 16/44 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar (215 kB at 372 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 49/634 kB | 16/44 kB
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 65/634 kB | 16/44 kB
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 65/634 kB | 16/44 kB
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 65/634 kB | 33/44 kB
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 65/634 kB | 33/44 kB
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 65/634 kB | 44 kB
Progress (4): 2.0/5.0 MB | 1.4/3.5 MB | 65/634 kB | 44 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 75 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar
Progress (3): 2.0/5.0 MB | 1.4/3.5 MB | 81/634 kB
Progress (3): 2.0/5.0 MB | 1.4/3.5 MB | 81/634 kB
Progress (3): 2.0/5.0 MB | 1.4/3.5 MB | 81/634 kB
Progress (3): 2.0/5.0 MB | 1.4/3.5 MB | 98/634 kB
Progress (3): 2.0/5.0 MB | 1.5/3.5 MB | 98/634 kB
Progress (4): 2.0/5.0 MB | 1.5/3.5 MB | 98/634 kB | 16/42 kB
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 98/634 kB | 16/42 kB
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 114/634 kB | 16/42 kB
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 114/634 kB | 16/42 kB
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 114/634 kB | 33/42 kB
Progress (5): 2.1/5.0 MB | 1.5/3.5 MB | 114/634 kB | 33/42 kB | 16/85 kB
Progress (5): 2.1/5.0 MB | 1.5/3.5 MB | 114/634 kB | 33/42 kB | 16/85 kB
Progress (5): 2.1/5.0 MB | 1.5/3.5 MB | 114/634 kB | 33/42 kB | 16/85 kB
Progress (5): 2.1/5.0 MB | 1.5/3.5 MB | 114/634 kB | 42 kB | 16/85 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 69 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 (4): 2.1/5.0 MB | 1.5/3.5 MB | 131/634 kB | 16/85 kB
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 131/634 kB | 16/85 kB
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 131/634 kB | 33/85 kB
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 131/634 kB | 33/85 kB
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 147/634 kB | 33/85 kB
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 147/634 kB | 33/85 kB
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 147/634 kB | 33/85 kB
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 147/634 kB | 49/85 kB
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 163/634 kB | 49/85 kB
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 163/634 kB | 49/85 kB
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 163/634 kB | 49/85 kB
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 163/634 kB | 66/85 kB
Progress (5): 2.1/5.0 MB | 1.5/3.5 MB | 163/634 kB | 66/85 kB | 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar (14 kB at 23 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 163/634 kB | 82/85 kB
Progress (4): 2.1/5.0 MB | 1.5/3.5 MB | 163/634 kB | 82/85 kB
Progress (4): 2.1/5.0 MB | 1.6/3.5 MB | 163/634 kB | 82/85 kB
Progress (4): 2.1/5.0 MB | 1.6/3.5 MB | 180/634 kB | 82/85 kB
Progress (4): 2.1/5.0 MB | 1.6/3.5 MB | 180/634 kB | 85 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 135 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar
Progress (3): 2.1/5.0 MB | 1.6/3.5 MB | 180/634 kB
Progress (3): 2.2/5.0 MB | 1.6/3.5 MB | 180/634 kB
Progress (3): 2.2/5.0 MB | 1.6/3.5 MB | 196/634 kB
Progress (3): 2.2/5.0 MB | 1.6/3.5 MB | 196/634 kB
Progress (3): 2.2/5.0 MB | 1.6/3.5 MB | 196/634 kB
Progress (3): 2.2/5.0 MB | 1.6/3.5 MB | 212/634 kB
Progress (3): 2.2/5.0 MB | 1.6/3.5 MB | 212/634 kB
Progress (4): 2.2/5.0 MB | 1.6/3.5 MB | 212/634 kB | 16/27 kB
Progress (4): 2.2/5.0 MB | 1.6/3.5 MB | 212/634 kB | 16/27 kB
Progress (4): 2.2/5.0 MB | 1.6/3.5 MB | 229/634 kB | 16/27 kB
Progress (4): 2.2/5.0 MB | 1.6/3.5 MB | 229/634 kB | 27 kB
Progress (4): 2.2/5.0 MB | 1.6/3.5 MB | 229/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 42 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar
Progress (4): 2.2/5.0 MB | 1.6/3.5 MB | 229/634 kB | 16/192 kB
Progress (4): 2.2/5.0 MB | 1.6/3.5 MB | 229/634 kB | 16/192 kB
Progress (4): 2.2/5.0 MB | 1.6/3.5 MB | 245/634 kB | 16/192 kB
Progress (4): 2.2/5.0 MB | 1.6/3.5 MB | 245/634 kB | 16/192 kB
Progress (4): 2.2/5.0 MB | 1.6/3.5 MB | 245/634 kB | 33/192 kB
Progress (4): 2.2/5.0 MB | 1.6/3.5 MB | 245/634 kB | 33/192 kB
Progress (4): 2.2/5.0 MB | 1.7/3.5 MB | 245/634 kB | 33/192 kB
Progress (4): 2.2/5.0 MB | 1.7/3.5 MB | 262/634 kB | 33/192 kB
Progress (4): 2.2/5.0 MB | 1.7/3.5 MB | 262/634 kB | 49/192 kB
Progress (4): 2.2/5.0 MB | 1.7/3.5 MB | 262/634 kB | 49/192 kB
Progress (4): 2.2/5.0 MB | 1.7/3.5 MB | 262/634 kB | 49/192 kB
Progress (4): 2.2/5.0 MB | 1.7/3.5 MB | 262/634 kB | 66/192 kB
Progress (4): 2.2/5.0 MB | 1.7/3.5 MB | 262/634 kB | 66/192 kB
Progress (4): 2.2/5.0 MB | 1.7/3.5 MB | 262/634 kB | 66/192 kB
Progress (4): 2.2/5.0 MB | 1.7/3.5 MB | 262/634 kB | 66/192 kB
Progress (4): 2.2/5.0 MB | 1.7/3.5 MB | 278/634 kB | 66/192 kB
Progress (5): 2.2/5.0 MB | 1.7/3.5 MB | 278/634 kB | 66/192 kB | 16/66 kB
Progress (5): 2.3/5.0 MB | 1.7/3.5 MB | 278/634 kB | 66/192 kB | 16/66 kB
Progress (5): 2.3/5.0 MB | 1.7/3.5 MB | 278/634 kB | 66/192 kB | 33/66 kB
Progress (5): 2.3/5.0 MB | 1.7/3.5 MB | 278/634 kB | 66/192 kB | 33/66 kB
Progress (5): 2.3/5.0 MB | 1.7/3.5 MB | 278/634 kB | 66/192 kB | 33/66 kB
Progress (5): 2.3/5.0 MB | 1.7/3.5 MB | 278/634 kB | 82/192 kB | 33/66 kB
Progress (5): 2.3/5.0 MB | 1.7/3.5 MB | 278/634 kB | 98/192 kB | 33/66 kB
Progress (5): 2.3/5.0 MB | 1.7/3.5 MB | 278/634 kB | 98/192 kB | 33/66 kB
Progress (5): 2.3/5.0 MB | 1.7/3.5 MB | 294/634 kB | 98/192 kB | 33/66 kB
Progress (5): 2.3/5.0 MB | 1.7/3.5 MB | 311/634 kB | 98/192 kB | 33/66 kB
Progress (5): 2.3/5.0 MB | 1.7/3.5 MB | 311/634 kB | 98/192 kB | 33/66 kB
Progress (5): 2.3/5.0 MB | 1.7/3.5 MB | 311/634 kB | 98/192 kB | 49/66 kB
Progress (5): 2.3/5.0 MB | 1.8/3.5 MB | 311/634 kB | 98/192 kB | 49/66 kB
Progress (5): 2.3/5.0 MB | 1.8/3.5 MB | 311/634 kB | 115/192 kB | 49/66 kB
Progress (5): 2.3/5.0 MB | 1.8/3.5 MB | 311/634 kB | 115/192 kB | 49/66 kB
Progress (5): 2.3/5.0 MB | 1.8/3.5 MB | 311/634 kB | 115/192 kB | 49/66 kB
Progress (5): 2.3/5.0 MB | 1.8/3.5 MB | 311/634 kB | 131/192 kB | 49/66 kB
Progress (5): 2.3/5.0 MB | 1.8/3.5 MB | 327/634 kB | 131/192 kB | 49/66 kB
Progress (5): 2.3/5.0 MB | 1.8/3.5 MB | 327/634 kB | 131/192 kB | 49/66 kB
Progress (5): 2.3/5.0 MB | 1.8/3.5 MB | 327/634 kB | 131/192 kB | 66/66 kB
Progress (5): 2.3/5.0 MB | 1.8/3.5 MB | 327/634 kB | 131/192 kB | 66 kB
Progress (5): 2.3/5.0 MB | 1.8/3.5 MB | 327/634 kB | 131/192 kB | 66 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 95 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): 2.3/5.0 MB | 1.8/3.5 MB | 344/634 kB | 131/192 kB
Progress (4): 2.3/5.0 MB | 1.8/3.5 MB | 344/634 kB | 131/192 kB
Progress (4): 2.3/5.0 MB | 1.8/3.5 MB | 344/634 kB | 147/192 kB
Progress (4): 2.4/5.0 MB | 1.8/3.5 MB | 344/634 kB | 147/192 kB
Progress (4): 2.4/5.0 MB | 1.8/3.5 MB | 344/634 kB | 147/192 kB
Progress (4): 2.4/5.0 MB | 1.8/3.5 MB | 344/634 kB | 164/192 kB
Progress (4): 2.4/5.0 MB | 1.8/3.5 MB | 360/634 kB | 164/192 kB
Progress (4): 2.4/5.0 MB | 1.8/3.5 MB | 360/634 kB | 164/192 kB
Progress (4): 2.4/5.0 MB | 1.8/3.5 MB | 360/634 kB | 164/192 kB
Progress (4): 2.4/5.0 MB | 1.9/3.5 MB | 360/634 kB | 164/192 kB
Progress (4): 2.4/5.0 MB | 1.9/3.5 MB | 360/634 kB | 180/192 kB
Progress (4): 2.4/5.0 MB | 1.9/3.5 MB | 376/634 kB | 180/192 kB
Progress (4): 2.4/5.0 MB | 1.9/3.5 MB | 376/634 kB | 180/192 kB
Progress (4): 2.4/5.0 MB | 1.9/3.5 MB | 376/634 kB | 180/192 kB
Progress (5): 2.4/5.0 MB | 1.9/3.5 MB | 376/634 kB | 180/192 kB | 16/180 kB
Progress (5): 2.4/5.0 MB | 1.9/3.5 MB | 376/634 kB | 192 kB | 16/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 267 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): 2.4/5.0 MB | 1.9/3.5 MB | 376/634 kB | 16/180 kB
Progress (4): 2.4/5.0 MB | 1.9/3.5 MB | 376/634 kB | 16/180 kB
Progress (4): 2.4/5.0 MB | 1.9/3.5 MB | 393/634 kB | 16/180 kB
Progress (4): 2.4/5.0 MB | 1.9/3.5 MB | 393/634 kB | 16/180 kB
Progress (4): 2.4/5.0 MB | 1.9/3.5 MB | 393/634 kB | 33/180 kB
Progress (4): 2.4/5.0 MB | 1.9/3.5 MB | 402/634 kB | 33/180 kB
Progress (4): 2.4/5.0 MB | 1.9/3.5 MB | 402/634 kB | 33/180 kB
Progress (4): 2.4/5.0 MB | 1.9/3.5 MB | 402/634 kB | 33/180 kB
Progress (4): 2.4/5.0 MB | 1.9/3.5 MB | 418/634 kB | 33/180 kB
Progress (4): 2.4/5.0 MB | 1.9/3.5 MB | 418/634 kB | 33/180 kB
Progress (4): 2.4/5.0 MB | 1.9/3.5 MB | 418/634 kB | 33/180 kB
Progress (4): 2.4/5.0 MB | 1.9/3.5 MB | 418/634 kB | 49/180 kB
Progress (4): 2.4/5.0 MB | 2.0/3.5 MB | 418/634 kB | 49/180 kB
Progress (5): 2.4/5.0 MB | 2.0/3.5 MB | 418/634 kB | 49/180 kB | 16/149 kB
Progress (5): 2.4/5.0 MB | 2.0/3.5 MB | 435/634 kB | 49/180 kB | 16/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 435/634 kB | 49/180 kB | 16/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 435/634 kB | 49/180 kB | 16/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 435/634 kB | 49/180 kB | 33/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 435/634 kB | 66/180 kB | 33/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 435/634 kB | 66/180 kB | 33/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 451/634 kB | 66/180 kB | 33/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 451/634 kB | 66/180 kB | 33/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 451/634 kB | 66/180 kB | 33/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 451/634 kB | 66/180 kB | 49/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 451/634 kB | 66/180 kB | 49/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 451/634 kB | 82/180 kB | 49/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 468/634 kB | 82/180 kB | 49/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 468/634 kB | 82/180 kB | 49/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 468/634 kB | 82/180 kB | 49/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 468/634 kB | 82/180 kB | 49/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 468/634 kB | 82/180 kB | 66/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 468/634 kB | 82/180 kB | 66/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 484/634 kB | 82/180 kB | 66/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 484/634 kB | 98/180 kB | 66/149 kB
Progress (5): 2.5/5.0 MB | 2.0/3.5 MB | 484/634 kB | 98/180 kB | 66/149 kB
Progress (5): 2.5/5.0 MB | 2.1/3.5 MB | 484/634 kB | 98/180 kB | 66/149 kB
Progress (5): 2.5/5.0 MB | 2.1/3.5 MB | 484/634 kB | 98/180 kB | 82/149 kB
Progress (5): 2.5/5.0 MB | 2.1/3.5 MB | 500/634 kB | 98/180 kB | 82/149 kB
Progress (5): 2.5/5.0 MB | 2.1/3.5 MB | 500/634 kB | 115/180 kB | 82/149 kB
Progress (5): 2.5/5.0 MB | 2.1/3.5 MB | 500/634 kB | 115/180 kB | 82/149 kB
Progress (5): 2.5/5.0 MB | 2.1/3.5 MB | 500/634 kB | 115/180 kB | 82/149 kB
Progress (5): 2.5/5.0 MB | 2.1/3.5 MB | 500/634 kB | 115/180 kB | 98/149 kB
Progress (5): 2.5/5.0 MB | 2.1/3.5 MB | 500/634 kB | 115/180 kB | 98/149 kB
Progress (5): 2.5/5.0 MB | 2.1/3.5 MB | 517/634 kB | 115/180 kB | 98/149 kB
Progress (5): 2.5/5.0 MB | 2.1/3.5 MB | 517/634 kB | 131/180 kB | 98/149 kB
Progress (5): 2.6/5.0 MB | 2.1/3.5 MB | 517/634 kB | 131/180 kB | 98/149 kB
Progress (5): 2.6/5.0 MB | 2.1/3.5 MB | 517/634 kB | 131/180 kB | 98/149 kB
Progress (5): 2.6/5.0 MB | 2.1/3.5 MB | 517/634 kB | 131/180 kB | 115/149 kB
Progress (5): 2.6/5.0 MB | 2.1/3.5 MB | 517/634 kB | 131/180 kB | 115/149 kB
Progress (5): 2.6/5.0 MB | 2.1/3.5 MB | 533/634 kB | 131/180 kB | 115/149 kB
Progress (5): 2.6/5.0 MB | 2.1/3.5 MB | 533/634 kB | 131/180 kB | 115/149 kB
Progress (5): 2.6/5.0 MB | 2.1/3.5 MB | 533/634 kB | 147/180 kB | 115/149 kB
Progress (5): 2.6/5.0 MB | 2.1/3.5 MB | 533/634 kB | 147/180 kB | 115/149 kB
Progress (5): 2.6/5.0 MB | 2.1/3.5 MB | 533/634 kB | 147/180 kB | 131/149 kB
Progress (5): 2.6/5.0 MB | 2.1/3.5 MB | 549/634 kB | 147/180 kB | 131/149 kB
Progress (5): 2.6/5.0 MB | 2.1/3.5 MB | 549/634 kB | 147/180 kB | 131/149 kB
Progress (5): 2.6/5.0 MB | 2.2/3.5 MB | 549/634 kB | 147/180 kB | 131/149 kB
Progress (5): 2.6/5.0 MB | 2.2/3.5 MB | 549/634 kB | 147/180 kB | 131/149 kB
Progress (5): 2.6/5.0 MB | 2.2/3.5 MB | 549/634 kB | 164/180 kB | 131/149 kB
Progress (5): 2.6/5.0 MB | 2.2/3.5 MB | 549/634 kB | 164/180 kB | 147/149 kB
Progress (5): 2.6/5.0 MB | 2.2/3.5 MB | 549/634 kB | 164/180 kB | 149 kB
Progress (5): 2.6/5.0 MB | 2.2/3.5 MB | 549/634 kB | 164/180 kB | 149 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar (149 kB at 185 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar
Progress (4): 2.6/5.0 MB | 2.2/3.5 MB | 549/634 kB | 164/180 kB
Progress (4): 2.6/5.0 MB | 2.2/3.5 MB | 549/634 kB | 180 kB
Progress (4): 2.6/5.0 MB | 2.2/3.5 MB | 549/634 kB | 180 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar (180 kB at 222 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 (3): 2.6/5.0 MB | 2.2/3.5 MB | 549/634 kB
Progress (3): 2.6/5.0 MB | 2.2/3.5 MB | 549/634 kB
Progress (3): 2.6/5.0 MB | 2.2/3.5 MB | 549/634 kB
Progress (3): 2.6/5.0 MB | 2.2/3.5 MB | 566/634 kB
Progress (3): 2.6/5.0 MB | 2.2/3.5 MB | 582/634 kB
Progress (3): 2.6/5.0 MB | 2.2/3.5 MB | 582/634 kB
Progress (3): 2.7/5.0 MB | 2.2/3.5 MB | 582/634 kB
Progress (3): 2.7/5.0 MB | 2.3/3.5 MB | 582/634 kB
Progress (3): 2.7/5.0 MB | 2.3/3.5 MB | 599/634 kB
Progress (4): 2.7/5.0 MB | 2.3/3.5 MB | 599/634 kB | 16/38 kB
Progress (4): 2.7/5.0 MB | 2.3/3.5 MB | 599/634 kB | 16/38 kB
Progress (4): 2.7/5.0 MB | 2.3/3.5 MB | 599/634 kB | 16/38 kB
Progress (5): 2.7/5.0 MB | 2.3/3.5 MB | 599/634 kB | 16/38 kB | 16/169 kB
Progress (5): 2.7/5.0 MB | 2.3/3.5 MB | 599/634 kB | 16/38 kB | 16/169 kB
Progress (5): 2.7/5.0 MB | 2.3/3.5 MB | 599/634 kB | 33/38 kB | 16/169 kB
Progress (5): 2.7/5.0 MB | 2.3/3.5 MB | 615/634 kB | 33/38 kB | 16/169 kB
Progress (5): 2.7/5.0 MB | 2.3/3.5 MB | 615/634 kB | 38 kB | 16/169 kB
Progress (5): 2.7/5.0 MB | 2.3/3.5 MB | 615/634 kB | 38 kB | 16/169 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 46 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Progress (4): 2.7/5.0 MB | 2.3/3.5 MB | 615/634 kB | 16/169 kB
Progress (4): 2.7/5.0 MB | 2.3/3.5 MB | 615/634 kB | 32/169 kB
Progress (4): 2.7/5.0 MB | 2.3/3.5 MB | 615/634 kB | 32/169 kB
Progress (4): 2.7/5.0 MB | 2.3/3.5 MB | 631/634 kB | 32/169 kB
Progress (4): 2.7/5.0 MB | 2.3/3.5 MB | 634 kB | 32/169 kB
Progress (4): 2.7/5.0 MB | 2.3/3.5 MB | 634 kB | 32/169 kB
Progress (4): 2.7/5.0 MB | 2.3/3.5 MB | 634 kB | 32/169 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 753 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar
Progress (3): 2.7/5.0 MB | 2.4/3.5 MB | 32/169 kB
Progress (3): 2.7/5.0 MB | 2.4/3.5 MB | 49/169 kB
Progress (3): 2.7/5.0 MB | 2.4/3.5 MB | 49/169 kB
Progress (3): 2.7/5.0 MB | 2.4/3.5 MB | 49/169 kB
Progress (3): 2.7/5.0 MB | 2.4/3.5 MB | 49/169 kB
Progress (3): 2.7/5.0 MB | 2.4/3.5 MB | 49/169 kB
Progress (3): 2.7/5.0 MB | 2.4/3.5 MB | 65/169 kB
Progress (4): 2.7/5.0 MB | 2.4/3.5 MB | 65/169 kB | 16/167 kB
Progress (4): 2.7/5.0 MB | 2.4/3.5 MB | 65/169 kB | 16/167 kB
Progress (4): 2.7/5.0 MB | 2.4/3.5 MB | 65/169 kB | 16/167 kB
Progress (4): 2.7/5.0 MB | 2.4/3.5 MB | 81/169 kB | 16/167 kB
Progress (4): 2.7/5.0 MB | 2.4/3.5 MB | 81/169 kB | 33/167 kB
Progress (4): 2.7/5.0 MB | 2.4/3.5 MB | 81/169 kB | 33/167 kB
Progress (5): 2.7/5.0 MB | 2.4/3.5 MB | 81/169 kB | 33/167 kB | 16/379 kB
Progress (5): 2.7/5.0 MB | 2.4/3.5 MB | 81/169 kB | 33/167 kB | 16/379 kB
Progress (5): 2.8/5.0 MB | 2.4/3.5 MB | 81/169 kB | 33/167 kB | 16/379 kB
Progress (5): 2.8/5.0 MB | 2.4/3.5 MB | 81/169 kB | 49/167 kB | 16/379 kB
Progress (5): 2.8/5.0 MB | 2.4/3.5 MB | 98/169 kB | 49/167 kB | 16/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 98/169 kB | 49/167 kB | 16/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 114/169 kB | 49/167 kB | 16/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 114/169 kB | 49/167 kB | 16/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 114/169 kB | 49/167 kB | 33/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 114/169 kB | 49/167 kB | 33/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 114/169 kB | 49/167 kB | 33/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 114/169 kB | 66/167 kB | 33/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 114/169 kB | 66/167 kB | 33/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 114/169 kB | 66/167 kB | 33/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 130/169 kB | 66/167 kB | 33/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 130/169 kB | 66/167 kB | 33/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 130/169 kB | 82/167 kB | 33/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 130/169 kB | 82/167 kB | 49/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 130/169 kB | 82/167 kB | 49/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 130/169 kB | 82/167 kB | 49/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 130/169 kB | 82/167 kB | 49/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 130/169 kB | 98/167 kB | 49/379 kB
Progress (5): 2.8/5.0 MB | 2.5/3.5 MB | 147/169 kB | 98/167 kB | 49/379 kB
Progress (5): 2.8/5.0 MB | 2.6/3.5 MB | 147/169 kB | 98/167 kB | 49/379 kB
Progress (5): 2.8/5.0 MB | 2.6/3.5 MB | 147/169 kB | 98/167 kB | 49/379 kB
Progress (5): 2.8/5.0 MB | 2.6/3.5 MB | 147/169 kB | 98/167 kB | 49/379 kB
Progress (5): 2.8/5.0 MB | 2.6/3.5 MB | 147/169 kB | 98/167 kB | 66/379 kB
Progress (5): 2.8/5.0 MB | 2.6/3.5 MB | 147/169 kB | 115/167 kB | 66/379 kB
Progress (5): 2.8/5.0 MB | 2.6/3.5 MB | 163/169 kB | 115/167 kB | 66/379 kB
Progress (5): 2.8/5.0 MB | 2.6/3.5 MB | 163/169 kB | 115/167 kB | 66/379 kB
Progress (5): 2.8/5.0 MB | 2.6/3.5 MB | 169 kB | 115/167 kB | 66/379 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.jar (169 kB at 186 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 (4): 2.9/5.0 MB | 2.6/3.5 MB | 115/167 kB | 66/379 kB
Progress (4): 2.9/5.0 MB | 2.6/3.5 MB | 131/167 kB | 66/379 kB
Progress (4): 2.9/5.0 MB | 2.6/3.5 MB | 131/167 kB | 66/379 kB
Progress (4): 2.9/5.0 MB | 2.6/3.5 MB | 131/167 kB | 82/379 kB
Progress (4): 2.9/5.0 MB | 2.6/3.5 MB | 131/167 kB | 82/379 kB
Progress (4): 2.9/5.0 MB | 2.6/3.5 MB | 131/167 kB | 82/379 kB
Progress (4): 2.9/5.0 MB | 2.6/3.5 MB | 147/167 kB | 82/379 kB
Progress (4): 2.9/5.0 MB | 2.6/3.5 MB | 147/167 kB | 82/379 kB
Progress (4): 2.9/5.0 MB | 2.6/3.5 MB | 147/167 kB | 82/379 kB
Progress (4): 2.9/5.0 MB | 2.6/3.5 MB | 164/167 kB | 82/379 kB
Progress (4): 2.9/5.0 MB | 2.7/3.5 MB | 164/167 kB | 82/379 kB
Progress (4): 2.9/5.0 MB | 2.7/3.5 MB | 167 kB | 82/379 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 180 kB/s)
Progress (4): 2.9/5.0 MB | 2.7/3.5 MB | 82/379 kB | 16/521 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/25.1-android/guava-25.1-android.jar
Progress (4): 2.9/5.0 MB | 2.7/3.5 MB | 98/379 kB | 16/521 kB
Progress (4): 2.9/5.0 MB | 2.7/3.5 MB | 98/379 kB | 16/521 kB
Progress (4): 2.9/5.0 MB | 2.7/3.5 MB | 98/379 kB | 16/521 kB
Progress (4): 2.9/5.0 MB | 2.7/3.5 MB | 98/379 kB | 16/521 kB
Progress (4): 2.9/5.0 MB | 2.7/3.5 MB | 98/379 kB | 32/521 kB
Progress (4): 2.9/5.0 MB | 2.7/3.5 MB | 98/379 kB | 32/521 kB
Progress (4): 2.9/5.0 MB | 2.7/3.5 MB | 115/379 kB | 32/521 kB
Progress (4): 2.9/5.0 MB | 2.7/3.5 MB | 115/379 kB | 32/521 kB
Progress (4): 2.9/5.0 MB | 2.7/3.5 MB | 115/379 kB | 32/521 kB
Progress (4): 2.9/5.0 MB | 2.7/3.5 MB | 115/379 kB | 32/521 kB
Progress (4): 2.9/5.0 MB | 2.7/3.5 MB | 115/379 kB | 49/521 kB
Progress (4): 3.0/5.0 MB | 2.7/3.5 MB | 115/379 kB | 49/521 kB
Progress (5): 3.0/5.0 MB | 2.7/3.5 MB | 115/379 kB | 49/521 kB | 0/2.6 MB
Progress (5): 3.0/5.0 MB | 2.7/3.5 MB | 131/379 kB | 49/521 kB | 0/2.6 MB
Progress (5): 3.0/5.0 MB | 2.7/3.5 MB | 131/379 kB | 49/521 kB | 0/2.6 MB
Progress (5): 3.0/5.0 MB | 2.7/3.5 MB | 131/379 kB | 49/521 kB | 0/2.6 MB
Progress (5): 3.0/5.0 MB | 2.7/3.5 MB | 131/379 kB | 65/521 kB | 0/2.6 MB
Progress (5): 3.0/5.0 MB | 2.7/3.5 MB | 131/379 kB | 65/521 kB | 0/2.6 MB
Progress (5): 3.0/5.0 MB | 2.7/3.5 MB | 131/379 kB | 65/521 kB | 0/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 131/379 kB | 65/521 kB | 0/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 147/379 kB | 65/521 kB | 0/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 147/379 kB | 65/521 kB | 0/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 147/379 kB | 81/521 kB | 0/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 147/379 kB | 81/521 kB | 0/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 147/379 kB | 81/521 kB | 0/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 147/379 kB | 81/521 kB | 0/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 147/379 kB | 81/521 kB | 0/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 147/379 kB | 81/521 kB | 0.1/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 164/379 kB | 81/521 kB | 0.1/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 164/379 kB | 81/521 kB | 0.1/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 164/379 kB | 98/521 kB | 0.1/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 164/379 kB | 98/521 kB | 0.1/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 164/379 kB | 98/521 kB | 0.1/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 164/379 kB | 98/521 kB | 0.1/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 164/379 kB | 98/521 kB | 0.1/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 180/379 kB | 98/521 kB | 0.1/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 180/379 kB | 114/521 kB | 0.1/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 180/379 kB | 114/521 kB | 0.1/2.6 MB
Progress (5): 3.0/5.0 MB | 2.8/3.5 MB | 180/379 kB | 114/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.8/3.5 MB | 180/379 kB | 114/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.9/3.5 MB | 180/379 kB | 114/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.9/3.5 MB | 180/379 kB | 131/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.9/3.5 MB | 197/379 kB | 131/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.9/3.5 MB | 197/379 kB | 131/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.9/3.5 MB | 197/379 kB | 131/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.9/3.5 MB | 197/379 kB | 131/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.9/3.5 MB | 197/379 kB | 131/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.9/3.5 MB | 197/379 kB | 131/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.9/3.5 MB | 197/379 kB | 131/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.9/3.5 MB | 197/379 kB | 131/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.9/3.5 MB | 213/379 kB | 131/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.9/3.5 MB | 213/379 kB | 131/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.9/3.5 MB | 213/379 kB | 147/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.9/3.5 MB | 213/379 kB | 147/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.9/3.5 MB | 213/379 kB | 147/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 2.9/3.5 MB | 213/379 kB | 147/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 3.0/3.5 MB | 213/379 kB | 147/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 3.0/3.5 MB | 213/379 kB | 163/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 3.0/3.5 MB | 213/379 kB | 163/521 kB | 0.1/2.6 MB
Progress (5): 3.1/5.0 MB | 3.0/3.5 MB | 213/379 kB | 163/521 kB | 0.2/2.6 MB
Progress (5): 3.1/5.0 MB | 3.0/3.5 MB | 213/379 kB | 163/521 kB | 0.2/2.6 MB
Progress (5): 3.1/5.0 MB | 3.0/3.5 MB | 213/379 kB | 163/521 kB | 0.2/2.6 MB
Progress (5): 3.1/5.0 MB | 3.0/3.5 MB | 229/379 kB | 163/521 kB | 0.2/2.6 MB
Progress (5): 3.1/5.0 MB | 3.0/3.5 MB | 229/379 kB | 163/521 kB | 0.2/2.6 MB
Progress (5): 3.1/5.0 MB | 3.0/3.5 MB | 229/379 kB | 163/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.0/3.5 MB | 229/379 kB | 163/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.0/3.5 MB | 229/379 kB | 180/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.0/3.5 MB | 229/379 kB | 180/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.0/3.5 MB | 229/379 kB | 180/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.0/3.5 MB | 229/379 kB | 180/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.0/3.5 MB | 229/379 kB | 180/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.0/3.5 MB | 246/379 kB | 180/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.0/3.5 MB | 246/379 kB | 180/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.0/3.5 MB | 246/379 kB | 180/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.0/3.5 MB | 246/379 kB | 196/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.0/3.5 MB | 246/379 kB | 196/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.1/3.5 MB | 246/379 kB | 196/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.1/3.5 MB | 246/379 kB | 196/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.1/3.5 MB | 246/379 kB | 196/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.1/3.5 MB | 246/379 kB | 196/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.1/3.5 MB | 262/379 kB | 196/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.1/3.5 MB | 262/379 kB | 212/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.1/3.5 MB | 262/379 kB | 212/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.1/3.5 MB | 262/379 kB | 212/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.1/3.5 MB | 262/379 kB | 212/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.1/3.5 MB | 262/379 kB | 212/521 kB | 0.2/2.6 MB
Progress (5): 3.2/5.0 MB | 3.1/3.5 MB | 262/379 kB | 212/521 kB | 0.3/2.6 MB
Progress (5): 3.2/5.0 MB | 3.1/3.5 MB | 262/379 kB | 212/521 kB | 0.3/2.6 MB
Progress (5): 3.2/5.0 MB | 3.1/3.5 MB | 262/379 kB | 212/521 kB | 0.3/2.6 MB
Progress (5): 3.2/5.0 MB | 3.1/3.5 MB | 279/379 kB | 212/521 kB | 0.3/2.6 MB
Progress (5): 3.2/5.0 MB | 3.1/3.5 MB | 279/379 kB | 229/521 kB | 0.3/2.6 MB
Progress (5): 3.2/5.0 MB | 3.1/3.5 MB | 279/379 kB | 229/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.1/3.5 MB | 279/379 kB | 229/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.1/3.5 MB | 279/379 kB | 229/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 279/379 kB | 229/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 279/379 kB | 245/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 279/379 kB | 245/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 279/379 kB | 245/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 279/379 kB | 245/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 295/379 kB | 245/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 295/379 kB | 245/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 295/379 kB | 245/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 295/379 kB | 245/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 295/379 kB | 245/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 295/379 kB | 262/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 295/379 kB | 262/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 311/379 kB | 262/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 311/379 kB | 262/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 311/379 kB | 262/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 311/379 kB | 262/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 311/379 kB | 262/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.2/3.5 MB | 311/379 kB | 278/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.3/3.5 MB | 311/379 kB | 278/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.3/3.5 MB | 328/379 kB | 278/521 kB | 0.3/2.6 MB
Progress (5): 3.3/5.0 MB | 3.3/3.5 MB | 328/379 kB | 278/521 kB | 0.4/2.6 MB
Progress (5): 3.3/5.0 MB | 3.3/3.5 MB | 328/379 kB | 278/521 kB | 0.4/2.6 MB
Progress (5): 3.3/5.0 MB | 3.3/3.5 MB | 328/379 kB | 278/521 kB | 0.4/2.6 MB
Progress (5): 3.3/5.0 MB | 3.3/3.5 MB | 328/379 kB | 278/521 kB | 0.4/2.6 MB
Progress (5): 3.3/5.0 MB | 3.3/3.5 MB | 328/379 kB | 294/521 kB | 0.4/2.6 MB
Progress (5): 3.3/5.0 MB | 3.3/3.5 MB | 328/379 kB | 294/521 kB | 0.4/2.6 MB
Progress (5): 3.3/5.0 MB | 3.3/3.5 MB | 328/379 kB | 294/521 kB | 0.4/2.6 MB
Progress (5): 3.3/5.0 MB | 3.3/3.5 MB | 328/379 kB | 294/521 kB | 0.4/2.6 MB
Progress (5): 3.3/5.0 MB | 3.3/3.5 MB | 328/379 kB | 294/521 kB | 0.4/2.6 MB
Progress (5): 3.3/5.0 MB | 3.3/3.5 MB | 344/379 kB | 294/521 kB | 0.4/2.6 MB
Progress (5): 3.3/5.0 MB | 3.3/3.5 MB | 344/379 kB | 311/521 kB | 0.4/2.6 MB
Progress (5): 3.3/5.0 MB | 3.3/3.5 MB | 344/379 kB | 311/521 kB | 0.4/2.6 MB
Progress (5): 3.3/5.0 MB | 3.3/3.5 MB | 344/379 kB | 311/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.3/3.5 MB | 344/379 kB | 311/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.3/3.5 MB | 344/379 kB | 311/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.3/3.5 MB | 344/379 kB | 311/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.3/3.5 MB | 344/379 kB | 311/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.3/3.5 MB | 360/379 kB | 311/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.3/3.5 MB | 360/379 kB | 327/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.3/3.5 MB | 360/379 kB | 327/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.3/3.5 MB | 360/379 kB | 327/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.4/3.5 MB | 360/379 kB | 327/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.4/3.5 MB | 360/379 kB | 327/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.4/3.5 MB | 360/379 kB | 327/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.4/3.5 MB | 360/379 kB | 344/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.4/3.5 MB | 360/379 kB | 344/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.4/3.5 MB | 360/379 kB | 360/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.4/3.5 MB | 360/379 kB | 360/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.4/3.5 MB | 360/379 kB | 360/521 kB | 0.4/2.6 MB
Progress (5): 3.4/5.0 MB | 3.4/3.5 MB | 360/379 kB | 360/521 kB | 0.5/2.6 MB
Progress (5): 3.4/5.0 MB | 3.4/3.5 MB | 360/379 kB | 360/521 kB | 0.5/2.6 MB
Progress (5): 3.4/5.0 MB | 3.4/3.5 MB | 360/379 kB | 360/521 kB | 0.5/2.6 MB
Progress (5): 3.4/5.0 MB | 3.4/3.5 MB | 360/379 kB | 360/521 kB | 0.5/2.6 MB
Progress (5): 3.4/5.0 MB | 3.4/3.5 MB | 360/379 kB | 360/521 kB | 0.5/2.6 MB
Progress (5): 3.4/5.0 MB | 3.4/3.5 MB | 360/379 kB | 360/521 kB | 0.5/2.6 MB
Progress (5): 3.4/5.0 MB | 3.4/3.5 MB | 360/379 kB | 376/521 kB | 0.5/2.6 MB
Progress (5): 3.4/5.0 MB | 3.4/3.5 MB | 360/379 kB | 376/521 kB | 0.5/2.6 MB
Progress (5): 3.4/5.0 MB | 3.5/3.5 MB | 360/379 kB | 376/521 kB | 0.5/2.6 MB
Progress (5): 3.4/5.0 MB | 3.5/3.5 MB | 360/379 kB | 393/521 kB | 0.5/2.6 MB
Progress (5): 3.4/5.0 MB | 3.5/3.5 MB | 377/379 kB | 393/521 kB | 0.5/2.6 MB
Progress (5): 3.4/5.0 MB | 3.5/3.5 MB | 379 kB | 393/521 kB | 0.5/2.6 MB
Progress (5): 3.4/5.0 MB | 3.5/3.5 MB | 379 kB | 393/521 kB | 0.5/2.6 MB
Progress (5): 3.4/5.0 MB | 3.5 MB | 379 kB | 393/521 kB | 0.5/2.6 MB
Progress (5): 3.4/5.0 MB | 3.5 MB | 379 kB | 393/521 kB | 0.5/2.6 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 330 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.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.jar (3.5 MB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar
Progress (3): 3.4/5.0 MB | 393/521 kB | 0.5/2.6 MB
Progress (3): 3.4/5.0 MB | 402/521 kB | 0.5/2.6 MB
Progress (3): 3.5/5.0 MB | 402/521 kB | 0.5/2.6 MB
Progress (3): 3.5/5.0 MB | 402/521 kB | 0.5/2.6 MB
Progress (3): 3.5/5.0 MB | 418/521 kB | 0.5/2.6 MB
Progress (3): 3.5/5.0 MB | 418/521 kB | 0.5/2.6 MB
Progress (4): 3.5/5.0 MB | 418/521 kB | 0.5/2.6 MB | 16/32 kB
Progress (4): 3.5/5.0 MB | 418/521 kB | 0.5/2.6 MB | 16/32 kB
Progress (4): 3.5/5.0 MB | 435/521 kB | 0.5/2.6 MB | 16/32 kB
Progress (4): 3.5/5.0 MB | 435/521 kB | 0.5/2.6 MB | 16/32 kB
Progress (4): 3.5/5.0 MB | 435/521 kB | 0.5/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 27 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Progress (4): 3.5/5.0 MB | 435/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 12 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): 3.5/5.0 MB | 435/521 kB | 0.6/2.6 MB
Progress (3): 3.5/5.0 MB | 435/521 kB | 0.6/2.6 MB
Progress (3): 3.5/5.0 MB | 451/521 kB | 0.6/2.6 MB
Progress (3): 3.5/5.0 MB | 451/521 kB | 0.6/2.6 MB
Progress (3): 3.5/5.0 MB | 468/521 kB | 0.6/2.6 MB
Progress (3): 3.5/5.0 MB | 468/521 kB | 0.6/2.6 MB
Progress (4): 3.5/5.0 MB | 468/521 kB | 0.6/2.6 MB | 8.8 kB
Progress (4): 3.5/5.0 MB | 468/521 kB | 0.6/2.6 MB | 8.8 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 7.4 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Progress (4): 3.5/5.0 MB | 468/521 kB | 0.6/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 3.0 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): 3.5/5.0 MB | 484/521 kB | 0.6/2.6 MB
Progress (3): 3.5/5.0 MB | 484/521 kB | 0.6/2.6 MB
Progress (3): 3.5/5.0 MB | 484/521 kB | 0.6/2.6 MB
Progress (3): 3.5/5.0 MB | 500/521 kB | 0.6/2.6 MB
Progress (3): 3.6/5.0 MB | 500/521 kB | 0.6/2.6 MB
Progress (3): 3.6/5.0 MB | 500/521 kB | 0.6/2.6 MB
Progress (3): 3.6/5.0 MB | 517/521 kB | 0.6/2.6 MB
Progress (3): 3.6/5.0 MB | 521 kB | 0.6/2.6 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 437 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.9.1/tojos-0.9.1.jar
Progress (2): 3.6/5.0 MB | 0.6/2.6 MB
Progress (3): 3.6/5.0 MB | 0.6/2.6 MB | 16/502 kB
Progress (3): 3.6/5.0 MB | 0.6/2.6 MB | 16/502 kB
Progress (3): 3.6/5.0 MB | 0.6/2.6 MB | 16/502 kB
Progress (4): 3.6/5.0 MB | 0.6/2.6 MB | 16/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 11 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.jar
Progress (3): 3.6/5.0 MB | 0.6/2.6 MB | 33/502 kB
Progress (3): 3.6/5.0 MB | 0.7/2.6 MB | 33/502 kB
Progress (3): 3.6/5.0 MB | 0.7/2.6 MB | 33/502 kB
Progress (3): 3.6/5.0 MB | 0.7/2.6 MB | 49/502 kB
Progress (3): 3.6/5.0 MB | 0.7/2.6 MB | 49/502 kB
Progress (3): 3.6/5.0 MB | 0.7/2.6 MB | 66/502 kB
Progress (3): 3.6/5.0 MB | 0.7/2.6 MB | 66/502 kB
Progress (3): 3.6/5.0 MB | 0.7/2.6 MB | 82/502 kB
Progress (3): 3.6/5.0 MB | 0.7/2.6 MB | 82/502 kB
Progress (3): 3.6/5.0 MB | 0.7/2.6 MB | 82/502 kB
Progress (3): 3.6/5.0 MB | 0.7/2.6 MB | 98/502 kB
Progress (4): 3.6/5.0 MB | 0.7/2.6 MB | 98/502 kB | 16/31 kB
Progress (4): 3.7/5.0 MB | 0.7/2.6 MB | 98/502 kB | 16/31 kB
Progress (4): 3.7/5.0 MB | 0.7/2.6 MB | 98/502 kB | 16/31 kB
Progress (4): 3.7/5.0 MB | 0.7/2.6 MB | 115/502 kB | 16/31 kB
Progress (4): 3.7/5.0 MB | 0.7/2.6 MB | 115/502 kB | 16/31 kB
Progress (4): 3.7/5.0 MB | 0.7/2.6 MB | 131/502 kB | 16/31 kB
Progress (4): 3.7/5.0 MB | 0.7/2.6 MB | 131/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 25 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.5.2/opencsv-5.5.2.jar
Progress (3): 3.7/5.0 MB | 0.7/2.6 MB | 131/502 kB
Progress (3): 3.7/5.0 MB | 0.7/2.6 MB | 131/502 kB
Progress (3): 3.7/5.0 MB | 0.7/2.6 MB | 147/502 kB
Progress (3): 3.7/5.0 MB | 0.7/2.6 MB | 147/502 kB
Progress (3): 3.7/5.0 MB | 0.7/2.6 MB | 147/502 kB
Progress (3): 3.7/5.0 MB | 0.7/2.6 MB | 164/502 kB
Progress (3): 3.7/5.0 MB | 0.7/2.6 MB | 180/502 kB
Progress (3): 3.7/5.0 MB | 0.7/2.6 MB | 180/502 kB
Progress (3): 3.7/5.0 MB | 0.7/2.6 MB | 180/502 kB
Progress (3): 3.7/5.0 MB | 0.7/2.6 MB | 197/502 kB
Progress (3): 3.7/5.0 MB | 0.8/2.6 MB | 197/502 kB
Progress (3): 3.7/5.0 MB | 0.8/2.6 MB | 197/502 kB
Progress (3): 3.7/5.0 MB | 0.8/2.6 MB | 213/502 kB
Progress (4): 3.7/5.0 MB | 0.8/2.6 MB | 213/502 kB | 16/236 kB
Progress (4): 3.7/5.0 MB | 0.8/2.6 MB | 213/502 kB | 16/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 213/502 kB | 16/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 229/502 kB | 16/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 229/502 kB | 16/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 229/502 kB | 16/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 246/502 kB | 16/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 246/502 kB | 33/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 246/502 kB | 33/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 246/502 kB | 33/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 262/502 kB | 33/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 262/502 kB | 33/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 262/502 kB | 33/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 279/502 kB | 33/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 279/502 kB | 49/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 279/502 kB | 49/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 295/502 kB | 49/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 295/502 kB | 49/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 295/502 kB | 66/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 311/502 kB | 66/236 kB
Progress (4): 3.8/5.0 MB | 0.8/2.6 MB | 311/502 kB | 66/236 kB
Progress (4): 3.9/5.0 MB | 0.8/2.6 MB | 311/502 kB | 66/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 311/502 kB | 66/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 311/502 kB | 82/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 311/502 kB | 82/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 328/502 kB | 82/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 344/502 kB | 82/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 344/502 kB | 82/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 344/502 kB | 82/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 360/502 kB | 82/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 360/502 kB | 98/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 360/502 kB | 98/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 360/502 kB | 98/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 377/502 kB | 98/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 393/502 kB | 98/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 393/502 kB | 98/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 393/502 kB | 115/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 393/502 kB | 115/236 kB
Progress (5): 3.9/5.0 MB | 0.9/2.6 MB | 393/502 kB | 115/236 kB | 16/17 kB
Progress (5): 3.9/5.0 MB | 0.9/2.6 MB | 393/502 kB | 115/236 kB | 17 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.9.1/tojos-0.9.1.jar (17 kB at 13 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.9/commons-text-1.9.jar
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 393/502 kB | 115/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 410/502 kB | 115/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 410/502 kB | 131/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 410/502 kB | 131/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 426/502 kB | 131/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 426/502 kB | 131/236 kB
Progress (4): 3.9/5.0 MB | 0.9/2.6 MB | 426/502 kB | 147/236 kB
Progress (4): 3.9/5.0 MB | 1.0/2.6 MB | 426/502 kB | 147/236 kB
Progress (4): 3.9/5.0 MB | 1.0/2.6 MB | 442/502 kB | 147/236 kB
Progress (4): 4.0/5.0 MB | 1.0/2.6 MB | 442/502 kB | 147/236 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 442/502 kB | 147/236 kB | 16/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 442/502 kB | 164/236 kB | 16/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 459/502 kB | 164/236 kB | 16/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 459/502 kB | 164/236 kB | 16/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 459/502 kB | 164/236 kB | 16/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 459/502 kB | 164/236 kB | 32/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 459/502 kB | 180/236 kB | 32/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 475/502 kB | 180/236 kB | 32/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 475/502 kB | 180/236 kB | 32/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 475/502 kB | 180/236 kB | 32/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 475/502 kB | 180/236 kB | 49/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 492/502 kB | 180/236 kB | 49/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 492/502 kB | 180/236 kB | 49/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 492/502 kB | 197/236 kB | 49/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 502 kB | 197/236 kB | 49/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 502 kB | 197/236 kB | 65/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 502 kB | 197/236 kB | 65/216 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 376 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
Progress (4): 4.0/5.0 MB | 1.0/2.6 MB | 197/236 kB | 65/216 kB
Progress (4): 4.0/5.0 MB | 1.0/2.6 MB | 197/236 kB | 65/216 kB
Progress (4): 4.0/5.0 MB | 1.0/2.6 MB | 213/236 kB | 65/216 kB
Progress (4): 4.0/5.0 MB | 1.0/2.6 MB | 213/236 kB | 81/216 kB
Progress (4): 4.0/5.0 MB | 1.0/2.6 MB | 229/236 kB | 81/216 kB
Progress (4): 4.0/5.0 MB | 1.0/2.6 MB | 229/236 kB | 81/216 kB
Progress (4): 4.0/5.0 MB | 1.0/2.6 MB | 229/236 kB | 98/216 kB
Progress (4): 4.0/5.0 MB | 1.0/2.6 MB | 229/236 kB | 98/216 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 229/236 kB | 98/216 kB | 16/247 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 229/236 kB | 114/216 kB | 16/247 kB
Progress (5): 4.0/5.0 MB | 1.0/2.6 MB | 236 kB | 114/216 kB | 16/247 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.5.2/opencsv-5.5.2.jar (236 kB at 174 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Progress (4): 4.0/5.0 MB | 1.0/2.6 MB | 114/216 kB | 16/247 kB
Progress (4): 4.0/5.0 MB | 1.0/2.6 MB | 114/216 kB | 33/247 kB
Progress (4): 4.0/5.0 MB | 1.1/2.6 MB | 114/216 kB | 33/247 kB
Progress (4): 4.1/5.0 MB | 1.1/2.6 MB | 114/216 kB | 33/247 kB
Progress (4): 4.1/5.0 MB | 1.1/2.6 MB | 130/216 kB | 33/247 kB
Progress (4): 4.1/5.0 MB | 1.1/2.6 MB | 130/216 kB | 49/247 kB
Progress (4): 4.1/5.0 MB | 1.1/2.6 MB | 130/216 kB | 49/247 kB
Progress (4): 4.1/5.0 MB | 1.1/2.6 MB | 130/216 kB | 66/247 kB
Progress (4): 4.1/5.0 MB | 1.1/2.6 MB | 130/216 kB | 66/247 kB
Progress (4): 4.1/5.0 MB | 1.1/2.6 MB | 147/216 kB | 66/247 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 147/216 kB | 66/247 kB | 16/62 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 147/216 kB | 66/247 kB | 16/62 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 163/216 kB | 66/247 kB | 16/62 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 163/216 kB | 66/247 kB | 16/62 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 163/216 kB | 82/247 kB | 16/62 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 163/216 kB | 82/247 kB | 16/62 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 163/216 kB | 82/247 kB | 16/62 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 163/216 kB | 82/247 kB | 33/62 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 163/216 kB | 82/247 kB | 33/62 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 163/216 kB | 98/247 kB | 33/62 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 180/216 kB | 98/247 kB | 33/62 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 180/216 kB | 115/247 kB | 33/62 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 180/216 kB | 115/247 kB | 33/62 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 180/216 kB | 115/247 kB | 49/62 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 180/216 kB | 115/247 kB | 49/62 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 180/216 kB | 131/247 kB | 49/62 kB
Progress (5): 4.1/5.0 MB | 1.1/2.6 MB | 196/216 kB | 131/247 kB | 49/62 kB
Progress (5): 4.2/5.0 MB | 1.1/2.6 MB | 196/216 kB | 131/247 kB | 49/62 kB
Progress (5): 4.2/5.0 MB | 1.1/2.6 MB | 196/216 kB | 131/247 kB | 49/62 kB
Progress (5): 4.2/5.0 MB | 1.1/2.6 MB | 196/216 kB | 131/247 kB | 49/62 kB
Progress (5): 4.2/5.0 MB | 1.1/2.6 MB | 196/216 kB | 147/247 kB | 49/62 kB
Progress (5): 4.2/5.0 MB | 1.1/2.6 MB | 212/216 kB | 147/247 kB | 49/62 kB
Progress (5): 4.2/5.0 MB | 1.1/2.6 MB | 212/216 kB | 147/247 kB | 62 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 44 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Progress (4): 4.2/5.0 MB | 1.1/2.6 MB | 212/216 kB | 164/247 kB
Progress (4): 4.2/5.0 MB | 1.1/2.6 MB | 216 kB | 164/247 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.9/commons-text-1.9.jar (216 kB at 152 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): 4.2/5.0 MB | 1.2/2.6 MB | 164/247 kB
Progress (3): 4.2/5.0 MB | 1.2/2.6 MB | 164/247 kB
Progress (3): 4.2/5.0 MB | 1.2/2.6 MB | 164/247 kB
Progress (3): 4.2/5.0 MB | 1.2/2.6 MB | 180/247 kB
Progress (3): 4.2/5.0 MB | 1.2/2.6 MB | 180/247 kB
Progress (3): 4.2/5.0 MB | 1.2/2.6 MB | 180/247 kB
Progress (3): 4.2/5.0 MB | 1.2/2.6 MB | 197/247 kB
Progress (3): 4.2/5.0 MB | 1.2/2.6 MB | 197/247 kB
Progress (4): 4.2/5.0 MB | 1.2/2.6 MB | 197/247 kB | 16/588 kB
Progress (5): 4.2/5.0 MB | 1.2/2.6 MB | 197/247 kB | 16/588 kB | 16/752 kB
Progress (5): 4.2/5.0 MB | 1.2/2.6 MB | 213/247 kB | 16/588 kB | 16/752 kB
Progress (5): 4.2/5.0 MB | 1.2/2.6 MB | 213/247 kB | 16/588 kB | 16/752 kB
Progress (5): 4.2/5.0 MB | 1.2/2.6 MB | 213/247 kB | 16/588 kB | 16/752 kB
Progress (5): 4.3/5.0 MB | 1.2/2.6 MB | 213/247 kB | 16/588 kB | 16/752 kB
Progress (5): 4.3/5.0 MB | 1.2/2.6 MB | 229/247 kB | 16/588 kB | 16/752 kB
Progress (5): 4.3/5.0 MB | 1.2/2.6 MB | 229/247 kB | 16/588 kB | 16/752 kB
Progress (5): 4.3/5.0 MB | 1.2/2.6 MB | 229/247 kB | 16/588 kB | 33/752 kB
Progress (5): 4.3/5.0 MB | 1.2/2.6 MB | 229/247 kB | 33/588 kB | 33/752 kB
Progress (5): 4.3/5.0 MB | 1.2/2.6 MB | 246/247 kB | 33/588 kB | 33/752 kB
Progress (5): 4.3/5.0 MB | 1.2/2.6 MB | 247 kB | 33/588 kB | 33/752 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar
Progress (4): 4.3/5.0 MB | 1.2/2.6 MB | 33/588 kB | 33/752 kB
Progress (4): 4.3/5.0 MB | 1.2/2.6 MB | 33/588 kB | 33/752 kB
Progress (4): 4.3/5.0 MB | 1.2/2.6 MB | 33/588 kB | 49/752 kB
Progress (4): 4.3/5.0 MB | 1.2/2.6 MB | 33/588 kB | 49/752 kB
Progress (4): 4.3/5.0 MB | 1.2/2.6 MB | 49/588 kB | 49/752 kB
Progress (4): 4.3/5.0 MB | 1.3/2.6 MB | 49/588 kB | 49/752 kB
Progress (4): 4.3/5.0 MB | 1.3/2.6 MB | 49/588 kB | 66/752 kB
Progress (4): 4.3/5.0 MB | 1.3/2.6 MB | 49/588 kB | 66/752 kB
Progress (4): 4.3/5.0 MB | 1.3/2.6 MB | 66/588 kB | 66/752 kB
Progress (4): 4.3/5.0 MB | 1.3/2.6 MB | 66/588 kB | 66/752 kB
Progress (5): 4.3/5.0 MB | 1.3/2.6 MB | 66/588 kB | 66/752 kB | 16/194 kB
Progress (5): 4.3/5.0 MB | 1.3/2.6 MB | 66/588 kB | 82/752 kB | 16/194 kB
Progress (5): 4.3/5.0 MB | 1.3/2.6 MB | 66/588 kB | 82/752 kB | 16/194 kB
Progress (5): 4.3/5.0 MB | 1.3/2.6 MB | 66/588 kB | 82/752 kB | 33/194 kB
Progress (5): 4.3/5.0 MB | 1.3/2.6 MB | 66/588 kB | 82/752 kB | 33/194 kB
Progress (5): 4.3/5.0 MB | 1.3/2.6 MB | 66/588 kB | 82/752 kB | 33/194 kB
Progress (5): 4.3/5.0 MB | 1.3/2.6 MB | 66/588 kB | 98/752 kB | 33/194 kB
Progress (5): 4.3/5.0 MB | 1.3/2.6 MB | 66/588 kB | 98/752 kB | 49/194 kB
Progress (5): 4.3/5.0 MB | 1.3/2.6 MB | 82/588 kB | 98/752 kB | 49/194 kB
Progress (5): 4.3/5.0 MB | 1.3/2.6 MB | 82/588 kB | 98/752 kB | 49/194 kB
Progress (5): 4.3/5.0 MB | 1.3/2.6 MB | 82/588 kB | 98/752 kB | 66/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 82/588 kB | 98/752 kB | 66/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 82/588 kB | 115/752 kB | 66/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 82/588 kB | 115/752 kB | 66/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 98/588 kB | 115/752 kB | 66/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 98/588 kB | 115/752 kB | 82/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 98/588 kB | 131/752 kB | 82/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 98/588 kB | 131/752 kB | 82/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 98/588 kB | 131/752 kB | 98/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 98/588 kB | 131/752 kB | 98/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 98/588 kB | 147/752 kB | 98/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 98/588 kB | 147/752 kB | 98/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 98/588 kB | 147/752 kB | 115/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 115/588 kB | 147/752 kB | 115/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 115/588 kB | 147/752 kB | 115/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 115/588 kB | 164/752 kB | 115/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 115/588 kB | 164/752 kB | 131/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 115/588 kB | 164/752 kB | 131/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 115/588 kB | 180/752 kB | 131/194 kB
Progress (5): 4.4/5.0 MB | 1.3/2.6 MB | 115/588 kB | 180/752 kB | 147/194 kB
Progress (5): 4.4/5.0 MB | 1.4/2.6 MB | 115/588 kB | 180/752 kB | 147/194 kB
Progress (5): 4.4/5.0 MB | 1.4/2.6 MB | 115/588 kB | 180/752 kB | 164/194 kB
Progress (5): 4.4/5.0 MB | 1.4/2.6 MB | 115/588 kB | 197/752 kB | 164/194 kB
Progress (5): 4.4/5.0 MB | 1.4/2.6 MB | 115/588 kB | 197/752 kB | 164/194 kB
Progress (5): 4.4/5.0 MB | 1.4/2.6 MB | 131/588 kB | 197/752 kB | 164/194 kB
Progress (5): 4.4/5.0 MB | 1.4/2.6 MB | 131/588 kB | 197/752 kB | 164/194 kB
Progress (5): 4.4/5.0 MB | 1.4/2.6 MB | 131/588 kB | 197/752 kB | 180/194 kB
Progress (5): 4.4/5.0 MB | 1.4/2.6 MB | 131/588 kB | 213/752 kB | 180/194 kB
Progress (5): 4.4/5.0 MB | 1.4/2.6 MB | 131/588 kB | 213/752 kB | 180/194 kB
Progress (5): 4.4/5.0 MB | 1.4/2.6 MB | 131/588 kB | 213/752 kB | 194 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 123 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar
Progress (4): 4.4/5.0 MB | 1.4/2.6 MB | 131/588 kB | 213/752 kB
Progress (4): 4.4/5.0 MB | 1.4/2.6 MB | 131/588 kB | 229/752 kB
Progress (4): 4.5/5.0 MB | 1.4/2.6 MB | 131/588 kB | 229/752 kB
Progress (4): 4.5/5.0 MB | 1.4/2.6 MB | 147/588 kB | 229/752 kB
Progress (4): 4.5/5.0 MB | 1.4/2.6 MB | 147/588 kB | 246/752 kB
Progress (4): 4.5/5.0 MB | 1.4/2.6 MB | 147/588 kB | 246/752 kB
Progress (4): 4.5/5.0 MB | 1.4/2.6 MB | 147/588 kB | 246/752 kB
Progress (4): 4.5/5.0 MB | 1.4/2.6 MB | 147/588 kB | 262/752 kB
Progress (5): 4.5/5.0 MB | 1.4/2.6 MB | 147/588 kB | 262/752 kB | 16/100 kB
Progress (5): 4.5/5.0 MB | 1.4/2.6 MB | 147/588 kB | 262/752 kB | 16/100 kB
Progress (5): 4.5/5.0 MB | 1.4/2.6 MB | 164/588 kB | 262/752 kB | 16/100 kB
Progress (5): 4.5/5.0 MB | 1.4/2.6 MB | 164/588 kB | 279/752 kB | 16/100 kB
Progress (5): 4.5/5.0 MB | 1.4/2.6 MB | 164/588 kB | 279/752 kB | 33/100 kB
Progress (5): 4.5/5.0 MB | 1.4/2.6 MB | 164/588 kB | 279/752 kB | 33/100 kB
Progress (5): 4.5/5.0 MB | 1.4/2.6 MB | 164/588 kB | 279/752 kB | 49/100 kB
Progress (5): 4.5/5.0 MB | 1.4/2.6 MB | 164/588 kB | 295/752 kB | 49/100 kB
Progress (5): 4.5/5.0 MB | 1.4/2.6 MB | 164/588 kB | 295/752 kB | 49/100 kB
Progress (5): 4.5/5.0 MB | 1.4/2.6 MB | 164/588 kB | 295/752 kB | 49/100 kB
Progress (5): 4.5/5.0 MB | 1.4/2.6 MB | 164/588 kB | 295/752 kB | 66/100 kB
Progress (5): 4.5/5.0 MB | 1.4/2.6 MB | 164/588 kB | 311/752 kB | 66/100 kB
Progress (5): 4.5/5.0 MB | 1.4/2.6 MB | 180/588 kB | 311/752 kB | 66/100 kB
Progress (5): 4.5/5.0 MB | 1.5/2.6 MB | 180/588 kB | 311/752 kB | 66/100 kB
Progress (5): 4.5/5.0 MB | 1.5/2.6 MB | 180/588 kB | 311/752 kB | 82/100 kB
Progress (5): 4.5/5.0 MB | 1.5/2.6 MB | 180/588 kB | 328/752 kB | 82/100 kB
Progress (5): 4.5/5.0 MB | 1.5/2.6 MB | 180/588 kB | 328/752 kB | 82/100 kB
Progress (5): 4.5/5.0 MB | 1.5/2.6 MB | 180/588 kB | 328/752 kB | 98/100 kB
Progress (5): 4.5/5.0 MB | 1.5/2.6 MB | 180/588 kB | 328/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 62 kB/s)
Progress (4): 4.5/5.0 MB | 1.5/2.6 MB | 180/588 kB | 328/752 kB
Progress (4): 4.5/5.0 MB | 1.5/2.6 MB | 180/588 kB | 344/752 kB
Progress (4): 4.5/5.0 MB | 1.5/2.6 MB | 197/588 kB | 344/752 kB
Progress (4): 4.5/5.0 MB | 1.5/2.6 MB | 197/588 kB | 344/752 kB
Progress (4): 4.5/5.0 MB | 1.5/2.6 MB | 197/588 kB | 360/752 kB
Progress (4): 4.5/5.0 MB | 1.5/2.6 MB | 197/588 kB | 360/752 kB
Progress (4): 4.6/5.0 MB | 1.5/2.6 MB | 197/588 kB | 360/752 kB
Progress (4): 4.6/5.0 MB | 1.5/2.6 MB | 197/588 kB | 377/752 kB
Progress (4): 4.6/5.0 MB | 1.5/2.6 MB | 213/588 kB | 377/752 kB
Progress (4): 4.6/5.0 MB | 1.5/2.6 MB | 213/588 kB | 377/752 kB
Progress (4): 4.6/5.0 MB | 1.5/2.6 MB | 213/588 kB | 393/752 kB
Progress (4): 4.6/5.0 MB | 1.5/2.6 MB | 213/588 kB | 393/752 kB
Progress (4): 4.6/5.0 MB | 1.5/2.6 MB | 213/588 kB | 393/752 kB
Progress (4): 4.6/5.0 MB | 1.5/2.6 MB | 213/588 kB | 410/752 kB
Progress (4): 4.6/5.0 MB | 1.5/2.6 MB | 229/588 kB | 410/752 kB
Progress (4): 4.6/5.0 MB | 1.5/2.6 MB | 229/588 kB | 410/752 kB
Progress (4): 4.6/5.0 MB | 1.5/2.6 MB | 229/588 kB | 426/752 kB
Progress (4): 4.6/5.0 MB | 1.5/2.6 MB | 229/588 kB | 426/752 kB
Progress (4): 4.6/5.0 MB | 1.5/2.6 MB | 229/588 kB | 442/752 kB
Progress (4): 4.6/5.0 MB | 1.5/2.6 MB | 229/588 kB | 442/752 kB
Progress (4): 4.6/5.0 MB | 1.5/2.6 MB | 246/588 kB | 442/752 kB
Progress (4): 4.6/5.0 MB | 1.6/2.6 MB | 246/588 kB | 442/752 kB
Progress (4): 4.6/5.0 MB | 1.6/2.6 MB | 246/588 kB | 459/752 kB
Progress (4): 4.6/5.0 MB | 1.6/2.6 MB | 246/588 kB | 459/752 kB
Progress (4): 4.6/5.0 MB | 1.6/2.6 MB | 262/588 kB | 459/752 kB
Progress (4): 4.6/5.0 MB | 1.6/2.6 MB | 262/588 kB | 475/752 kB
Progress (4): 4.6/5.0 MB | 1.6/2.6 MB | 262/588 kB | 475/752 kB
Progress (4): 4.6/5.0 MB | 1.6/2.6 MB | 262/588 kB | 475/752 kB
Progress (4): 4.6/5.0 MB | 1.6/2.6 MB | 262/588 kB | 492/752 kB
Progress (4): 4.6/5.0 MB | 1.6/2.6 MB | 262/588 kB | 492/752 kB
Progress (4): 4.6/5.0 MB | 1.6/2.6 MB | 279/588 kB | 492/752 kB
Progress (4): 4.6/5.0 MB | 1.6/2.6 MB | 279/588 kB | 508/752 kB
Progress (4): 4.6/5.0 MB | 1.6/2.6 MB | 279/588 kB | 508/752 kB
Progress (4): 4.6/5.0 MB | 1.6/2.6 MB | 279/588 kB | 508/752 kB
Progress (4): 4.6/5.0 MB | 1.6/2.6 MB | 279/588 kB | 524/752 kB
Progress (4): 4.6/5.0 MB | 1.6/2.6 MB | 295/588 kB | 524/752 kB
Progress (4): 4.7/5.0 MB | 1.6/2.6 MB | 295/588 kB | 524/752 kB
Progress (4): 4.7/5.0 MB | 1.6/2.6 MB | 295/588 kB | 541/752 kB
Progress (4): 4.7/5.0 MB | 1.6/2.6 MB | 295/588 kB | 541/752 kB
Progress (4): 4.7/5.0 MB | 1.6/2.6 MB | 295/588 kB | 541/752 kB
Progress (4): 4.7/5.0 MB | 1.6/2.6 MB | 295/588 kB | 557/752 kB
Progress (4): 4.7/5.0 MB | 1.6/2.6 MB | 311/588 kB | 557/752 kB
Progress (4): 4.7/5.0 MB | 1.6/2.6 MB | 311/588 kB | 557/752 kB
Progress (4): 4.7/5.0 MB | 1.6/2.6 MB | 311/588 kB | 557/752 kB
Progress (4): 4.7/5.0 MB | 1.6/2.6 MB | 311/588 kB | 573/752 kB
Progress (4): 4.7/5.0 MB | 1.6/2.6 MB | 311/588 kB | 585/752 kB
Progress (4): 4.7/5.0 MB | 1.6/2.6 MB | 311/588 kB | 585/752 kB
Progress (4): 4.7/5.0 MB | 1.6/2.6 MB | 328/588 kB | 585/752 kB
Progress (4): 4.7/5.0 MB | 1.7/2.6 MB | 328/588 kB | 585/752 kB
Progress (4): 4.7/5.0 MB | 1.7/2.6 MB | 328/588 kB | 601/752 kB
Progress (4): 4.7/5.0 MB | 1.7/2.6 MB | 328/588 kB | 601/752 kB
Progress (4): 4.7/5.0 MB | 1.7/2.6 MB | 328/588 kB | 601/752 kB
Progress (4): 4.7/5.0 MB | 1.7/2.6 MB | 328/588 kB | 617/752 kB
Progress (4): 4.7/5.0 MB | 1.7/2.6 MB | 344/588 kB | 617/752 kB
Progress (4): 4.7/5.0 MB | 1.7/2.6 MB | 344/588 kB | 617/752 kB
Progress (4): 4.7/5.0 MB | 1.7/2.6 MB | 344/588 kB | 617/752 kB
Progress (4): 4.7/5.0 MB | 1.7/2.6 MB | 344/588 kB | 634/752 kB
Progress (4): 4.7/5.0 MB | 1.7/2.6 MB | 360/588 kB | 634/752 kB
Progress (4): 4.7/5.0 MB | 1.7/2.6 MB | 360/588 kB | 650/752 kB
Progress (4): 4.7/5.0 MB | 1.7/2.6 MB | 360/588 kB | 650/752 kB
Progress (4): 4.8/5.0 MB | 1.7/2.6 MB | 360/588 kB | 650/752 kB
Progress (4): 4.8/5.0 MB | 1.7/2.6 MB | 360/588 kB | 667/752 kB
Progress (4): 4.8/5.0 MB | 1.7/2.6 MB | 360/588 kB | 667/752 kB
Progress (4): 4.8/5.0 MB | 1.7/2.6 MB | 360/588 kB | 667/752 kB
Progress (4): 4.8/5.0 MB | 1.7/2.6 MB | 377/588 kB | 667/752 kB
Progress (4): 4.8/5.0 MB | 1.7/2.6 MB | 377/588 kB | 683/752 kB
Progress (4): 4.8/5.0 MB | 1.7/2.6 MB | 377/588 kB | 683/752 kB
Progress (4): 4.8/5.0 MB | 1.7/2.6 MB | 393/588 kB | 683/752 kB
Progress (4): 4.8/5.0 MB | 1.8/2.6 MB | 393/588 kB | 683/752 kB
Progress (4): 4.8/5.0 MB | 1.8/2.6 MB | 393/588 kB | 683/752 kB
Progress (4): 4.8/5.0 MB | 1.8/2.6 MB | 393/588 kB | 683/752 kB
Progress (4): 4.8/5.0 MB | 1.8/2.6 MB | 393/588 kB | 699/752 kB
Progress (4): 4.8/5.0 MB | 1.8/2.6 MB | 393/588 kB | 716/752 kB
Progress (4): 4.8/5.0 MB | 1.8/2.6 MB | 393/588 kB | 732/752 kB
Progress (4): 4.8/5.0 MB | 1.8/2.6 MB | 393/588 kB | 732/752 kB
Progress (4): 4.8/5.0 MB | 1.8/2.6 MB | 393/588 kB | 732/752 kB
Progress (4): 4.8/5.0 MB | 1.8/2.6 MB | 393/588 kB | 732/752 kB
Progress (4): 4.8/5.0 MB | 1.8/2.6 MB | 410/588 kB | 732/752 kB
Progress (4): 4.8/5.0 MB | 1.8/2.6 MB | 426/588 kB | 732/752 kB
Progress (4): 4.8/5.0 MB | 1.8/2.6 MB | 426/588 kB | 749/752 kB
Progress (4): 4.8/5.0 MB | 1.8/2.6 MB | 426/588 kB | 752 kB
Progress (4): 4.8/5.0 MB | 1.8/2.6 MB | 426/588 kB | 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 429 kB/s)
Progress (3): 4.8/5.0 MB | 1.8/2.6 MB | 426/588 kB
Progress (3): 4.8/5.0 MB | 1.8/2.6 MB | 426/588 kB
Progress (3): 4.8/5.0 MB | 1.8/2.6 MB | 442/588 kB
Progress (3): 4.8/5.0 MB | 1.8/2.6 MB | 442/588 kB
Progress (3): 4.9/5.0 MB | 1.8/2.6 MB | 442/588 kB
Progress (3): 4.9/5.0 MB | 1.9/2.6 MB | 442/588 kB
Progress (3): 4.9/5.0 MB | 1.9/2.6 MB | 459/588 kB
Progress (3): 4.9/5.0 MB | 1.9/2.6 MB | 459/588 kB
Progress (3): 4.9/5.0 MB | 1.9/2.6 MB | 459/588 kB
Progress (3): 4.9/5.0 MB | 1.9/2.6 MB | 459/588 kB
Progress (3): 4.9/5.0 MB | 1.9/2.6 MB | 475/588 kB
Progress (3): 4.9/5.0 MB | 1.9/2.6 MB | 475/588 kB
Progress (3): 4.9/5.0 MB | 1.9/2.6 MB | 475/588 kB
Progress (3): 4.9/5.0 MB | 1.9/2.6 MB | 492/588 kB
Progress (3): 4.9/5.0 MB | 1.9/2.6 MB | 492/588 kB
Progress (3): 4.9/5.0 MB | 1.9/2.6 MB | 492/588 kB
Progress (3): 4.9/5.0 MB | 1.9/2.6 MB | 492/588 kB
Progress (3): 4.9/5.0 MB | 1.9/2.6 MB | 492/588 kB
Progress (3): 4.9/5.0 MB | 1.9/2.6 MB | 508/588 kB
Progress (3): 4.9/5.0 MB | 2.0/2.6 MB | 508/588 kB
Progress (3): 4.9/5.0 MB | 2.0/2.6 MB | 508/588 kB
Progress (3): 4.9/5.0 MB | 2.0/2.6 MB | 508/588 kB
Progress (3): 4.9/5.0 MB | 2.0/2.6 MB | 524/588 kB
Progress (3): 5.0/5.0 MB | 2.0/2.6 MB | 524/588 kB
Progress (3): 5.0/5.0 MB | 2.0/2.6 MB | 524/588 kB
Progress (3): 5.0/5.0 MB | 2.0/2.6 MB | 524/588 kB
Progress (3): 5.0/5.0 MB | 2.0/2.6 MB | 541/588 kB
Progress (3): 5.0/5.0 MB | 2.0/2.6 MB | 541/588 kB
Progress (3): 5.0/5.0 MB | 2.0/2.6 MB | 541/588 kB
Progress (3): 5.0/5.0 MB | 2.0/2.6 MB | 557/588 kB
Progress (3): 5.0/5.0 MB | 2.0/2.6 MB | 557/588 kB
Progress (3): 5.0/5.0 MB | 2.0/2.6 MB | 557/588 kB
Progress (3): 5.0/5.0 MB | 2.0/2.6 MB | 557/588 kB
Progress (3): 5.0/5.0 MB | 2.0/2.6 MB | 573/588 kB
Progress (3): 5.0/5.0 MB | 2.0/2.6 MB | 573/588 kB
Progress (3): 5.0 MB | 2.0/2.6 MB | 573/588 kB
Progress (3): 5.0 MB | 2.1/2.6 MB | 573/588 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 2.7 MB/s)
Progress (2): 2.1/2.6 MB | 585/588 kB
Progress (2): 2.1/2.6 MB | 588 kB
Progress (2): 2.1/2.6 MB | 588 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 321 kB/s)
Progress (1): 2.1/2.6 MB
Progress (1): 2.1/2.6 MB
Progress (1): 2.1/2.6 MB
Progress (1): 2.1/2.6 MB
Progress (1): 2.2/2.6 MB
Progress (1): 2.2/2.6 MB
Progress (1): 2.2/2.6 MB
Progress (1): 2.2/2.6 MB
Progress (1): 2.2/2.6 MB
Progress (1): 2.2/2.6 MB
Progress (1): 2.3/2.6 MB
Progress (1): 2.3/2.6 MB
Progress (1): 2.3/2.6 MB
Progress (1): 2.3/2.6 MB
Progress (1): 2.3/2.6 MB
Progress (1): 2.3/2.6 MB
Progress (1): 2.4/2.6 MB
Progress (1): 2.4/2.6 MB
Progress (1): 2.4/2.6 MB
Progress (1): 2.4/2.6 MB
Progress (1): 2.4/2.6 MB
Progress (1): 2.4/2.6 MB
Progress (1): 2.5/2.6 MB
Progress (1): 2.5/2.6 MB
Progress (1): 2.5/2.6 MB
Progress (1): 2.5/2.6 MB
Progress (1): 2.5/2.6 MB
Progress (1): 2.5/2.6 MB
Progress (1): 2.6/2.6 MB
Progress (1): 2.6/2.6 MB
Progress (1): 2.6/2.6 MB
Progress (1): 2.6 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/25.1-android/guava-25.1-android.jar (2.6 MB at 1.3 MB/s)
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo: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 250 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): 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 1.1 MB/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): 16/43 kB
Progress (1): 33/43 kB
Progress (1): 43 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.11.13/byte-buddy-parent-1.11.13.pom (43 kB at 2.9 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): 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 1.1 MB/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): 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 1.1 MB/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): 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 1.3 MB/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 249 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 211 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): 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 698 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.jar
Progress (1): 16/682 kB
Progress (1): 33/682 kB
Progress (1): 49/682 kB
Progress (1): 66/682 kB
Progress (1): 82/682 kB
Progress (1): 98/682 kB
Progress (1): 115/682 kB
Progress (1): 131/682 kB
Progress (1): 147/682 kB
Progress (1): 164/682 kB
Progress (1): 180/682 kB
Progress (1): 197/682 kB
Progress (1): 213/682 kB
Progress (1): 229/682 kB
Progress (1): 246/682 kB
Progress (1): 262/682 kB
Progress (1): 279/682 kB
Progress (1): 295/682 kB
Progress (1): 311/682 kB
Progress (1): 328/682 kB
Progress (1): 344/682 kB
Progress (1): 360/682 kB
Progress (1): 377/682 kB
Progress (1): 393/682 kB
Progress (1): 410/682 kB
Progress (1): 426/682 kB
Progress (1): 442/682 kB
Progress (1): 459/682 kB
Progress (1): 475/682 kB
Progress (1): 492/682 kB
Progress (1): 508/682 kB
Progress (1): 524/682 kB
Progress (1): 541/682 kB
Progress (1): 557/682 kB
Progress (1): 573/682 kB
Progress (1): 585/682 kB
Progress (1): 601/682 kB
Progress (1): 617/682 kB
Progress (1): 634/682 kB
Progress (1): 650/682 kB
Progress (1): 667/682 kB
Progress (1): 682 kB

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 5.7 MB/s)
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
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 (1): 16/252 kB
Progress (2): 16/252 kB | 14 kB
Progress (2): 32/252 kB | 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 990 kB/s)
Progress (1): 49/252 kB
Progress (2): 49/252 kB | 16/231 kB
Progress (3): 49/252 kB | 16/231 kB | 0/2.9 MB
Progress (3): 65/252 kB | 16/231 kB | 0/2.9 MB
Progress (4): 65/252 kB | 16/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (4): 65/252 kB | 33/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (4): 81/252 kB | 33/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (4): 98/252 kB | 33/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (4): 98/252 kB | 33/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (4): 98/252 kB | 33/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (4): 114/252 kB | 33/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (4): 114/252 kB | 49/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (4): 130/252 kB | 49/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (4): 130/252 kB | 49/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (4): 147/252 kB | 49/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (4): 147/252 kB | 49/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (4): 147/252 kB | 66/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (4): 163/252 kB | 66/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (4): 163/252 kB | 66/231 kB | 0/2.9 MB | 0.1/3.6 MB
Progress (4): 180/252 kB | 66/231 kB | 0/2.9 MB | 0.1/3.6 MB
Progress (4): 180/252 kB | 66/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (4): 180/252 kB | 82/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (4): 196/252 kB | 82/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (4): 212/252 kB | 82/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (4): 212/252 kB | 82/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (4): 212/252 kB | 82/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (4): 212/252 kB | 98/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (4): 229/252 kB | 98/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (4): 245/252 kB | 98/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (4): 245/252 kB | 98/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (4): 252 kB | 98/231 kB | 0.1/2.9 MB | 0.1/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 4.3 MB/s)
Progress (3): 98/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (3): 115/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (3): 115/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (3): 131/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (3): 131/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (3): 131/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (3): 147/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (3): 147/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (3): 147/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (3): 164/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (3): 164/231 kB | 0.1/2.9 MB | 0.2/3.6 MB
Progress (3): 164/231 kB | 0.1/2.9 MB | 0.2/3.6 MB
Progress (3): 180/231 kB | 0.1/2.9 MB | 0.2/3.6 MB
Progress (3): 180/231 kB | 0.1/2.9 MB | 0.2/3.6 MB
Progress (3): 180/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (3): 197/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (3): 197/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (3): 213/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (3): 213/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (3): 213/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (3): 229/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (3): 229/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (3): 231 kB | 0.2/2.9 MB | 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 2.5 MB/s)
Progress (2): 0.2/2.9 MB | 0.2/3.6 MB
Progress (2): 0.2/2.9 MB | 0.2/3.6 MB
Progress (2): 0.2/2.9 MB | 0.2/3.6 MB
Progress (2): 0.2/2.9 MB | 0.2/3.6 MB
Progress (2): 0.2/2.9 MB | 0.3/3.6 MB
Progress (2): 0.2/2.9 MB | 0.3/3.6 MB
Progress (2): 0.2/2.9 MB | 0.3/3.6 MB
Progress (2): 0.3/2.9 MB | 0.3/3.6 MB
Progress (2): 0.3/2.9 MB | 0.3/3.6 MB
Progress (2): 0.3/2.9 MB | 0.3/3.6 MB
Progress (2): 0.3/2.9 MB | 0.3/3.6 MB
Progress (2): 0.3/2.9 MB | 0.3/3.6 MB
Progress (2): 0.3/2.9 MB | 0.3/3.6 MB
Progress (2): 0.3/2.9 MB | 0.3/3.6 MB
Progress (2): 0.3/2.9 MB | 0.3/3.6 MB
Progress (2): 0.3/2.9 MB | 0.3/3.6 MB
Progress (2): 0.3/2.9 MB | 0.4/3.6 MB
Progress (2): 0.3/2.9 MB | 0.4/3.6 MB
Progress (2): 0.3/2.9 MB | 0.4/3.6 MB
Progress (2): 0.4/2.9 MB | 0.4/3.6 MB
Progress (2): 0.4/2.9 MB | 0.4/3.6 MB
Progress (2): 0.4/2.9 MB | 0.4/3.6 MB
Progress (2): 0.4/2.9 MB | 0.4/3.6 MB
Progress (2): 0.4/2.9 MB | 0.4/3.6 MB
Progress (2): 0.4/2.9 MB | 0.4/3.6 MB
Progress (2): 0.4/2.9 MB | 0.4/3.6 MB
Progress (2): 0.4/2.9 MB | 0.4/3.6 MB
Progress (2): 0.4/2.9 MB | 0.4/3.6 MB
Progress (2): 0.4/2.9 MB | 0.5/3.6 MB
Progress (2): 0.4/2.9 MB | 0.5/3.6 MB
Progress (2): 0.4/2.9 MB | 0.5/3.6 MB
Progress (2): 0.5/2.9 MB | 0.5/3.6 MB
Progress (2): 0.5/2.9 MB | 0.5/3.6 MB
Progress (2): 0.5/2.9 MB | 0.5/3.6 MB
Progress (2): 0.5/2.9 MB | 0.5/3.6 MB
Progress (2): 0.5/2.9 MB | 0.5/3.6 MB
Progress (2): 0.5/2.9 MB | 0.5/3.6 MB
Progress (2): 0.5/2.9 MB | 0.5/3.6 MB
Progress (2): 0.5/2.9 MB | 0.5/3.6 MB
Progress (2): 0.5/2.9 MB | 0.5/3.6 MB
Progress (2): 0.5/2.9 MB | 0.6/3.6 MB
Progress (2): 0.5/2.9 MB | 0.6/3.6 MB
Progress (2): 0.5/2.9 MB | 0.6/3.6 MB
Progress (2): 0.6/2.9 MB | 0.6/3.6 MB
Progress (2): 0.6/2.9 MB | 0.6/3.6 MB
Progress (2): 0.6/2.9 MB | 0.6/3.6 MB
Progress (2): 0.6/2.9 MB | 0.6/3.6 MB
Progress (2): 0.6/2.9 MB | 0.6/3.6 MB
Progress (2): 0.6/2.9 MB | 0.6/3.6 MB
Progress (2): 0.6/2.9 MB | 0.6/3.6 MB
Progress (2): 0.6/2.9 MB | 0.6/3.6 MB
Progress (2): 0.6/2.9 MB | 0.6/3.6 MB
Progress (2): 0.6/2.9 MB | 0.7/3.6 MB
Progress (2): 0.6/2.9 MB | 0.7/3.6 MB
Progress (2): 0.6/2.9 MB | 0.7/3.6 MB
Progress (2): 0.7/2.9 MB | 0.7/3.6 MB
Progress (2): 0.7/2.9 MB | 0.7/3.6 MB
Progress (2): 0.7/2.9 MB | 0.7/3.6 MB
Progress (2): 0.7/2.9 MB | 0.7/3.6 MB
Progress (2): 0.7/2.9 MB | 0.7/3.6 MB
Progress (2): 0.7/2.9 MB | 0.7/3.6 MB
Progress (2): 0.7/2.9 MB | 0.7/3.6 MB
Progress (2): 0.7/2.9 MB | 0.7/3.6 MB
Progress (2): 0.7/2.9 MB | 0.7/3.6 MB
Progress (2): 0.7/2.9 MB | 0.7/3.6 MB
Progress (2): 0.7/2.9 MB | 0.7/3.6 MB
Progress (2): 0.7/2.9 MB | 0.8/3.6 MB
Progress (2): 0.7/2.9 MB | 0.8/3.6 MB
Progress (2): 0.7/2.9 MB | 0.8/3.6 MB
Progress (2): 0.8/2.9 MB | 0.8/3.6 MB
Progress (2): 0.8/2.9 MB | 0.8/3.6 MB
Progress (2): 0.8/2.9 MB | 0.8/3.6 MB
Progress (2): 0.8/2.9 MB | 0.8/3.6 MB
Progress (2): 0.8/2.9 MB | 0.8/3.6 MB
Progress (2): 0.8/2.9 MB | 0.8/3.6 MB
Progress (2): 0.8/2.9 MB | 0.8/3.6 MB
Progress (2): 0.8/2.9 MB | 0.8/3.6 MB
Progress (2): 0.8/2.9 MB | 0.8/3.6 MB
Progress (2): 0.8/2.9 MB | 0.9/3.6 MB
Progress (2): 0.8/2.9 MB | 0.9/3.6 MB
Progress (2): 0.8/2.9 MB | 0.9/3.6 MB
Progress (2): 0.9/2.9 MB | 0.9/3.6 MB
Progress (2): 0.9/2.9 MB | 0.9/3.6 MB
Progress (2): 0.9/2.9 MB | 0.9/3.6 MB
Progress (2): 0.9/2.9 MB | 0.9/3.6 MB
Progress (2): 0.9/2.9 MB | 0.9/3.6 MB
Progress (2): 0.9/2.9 MB | 0.9/3.6 MB
Progress (2): 0.9/2.9 MB | 0.9/3.6 MB
Progress (2): 0.9/2.9 MB | 0.9/3.6 MB
Progress (2): 0.9/2.9 MB | 0.9/3.6 MB
Progress (2): 0.9/2.9 MB | 1.0/3.6 MB
Progress (2): 0.9/2.9 MB | 1.0/3.6 MB
Progress (2): 1.0/2.9 MB | 1.0/3.6 MB
Progress (2): 1.0/2.9 MB | 1.0/3.6 MB
Progress (2): 1.0/2.9 MB | 1.0/3.6 MB
Progress (2): 1.0/2.9 MB | 1.0/3.6 MB
Progress (2): 1.0/2.9 MB | 1.0/3.6 MB
Progress (2): 1.0/2.9 MB | 1.0/3.6 MB
Progress (2): 1.0/2.9 MB | 1.0/3.6 MB
Progress (2): 1.0/2.9 MB | 1.0/3.6 MB
Progress (2): 1.0/2.9 MB | 1.0/3.6 MB
Progress (2): 1.0/2.9 MB | 1.0/3.6 MB
Progress (2): 1.0/2.9 MB | 1.1/3.6 MB
Progress (2): 1.0/2.9 MB | 1.1/3.6 MB
Progress (2): 1.0/2.9 MB | 1.1/3.6 MB
Progress (2): 1.1/2.9 MB | 1.1/3.6 MB
Progress (2): 1.1/2.9 MB | 1.1/3.6 MB
Progress (2): 1.1/2.9 MB | 1.1/3.6 MB
Progress (2): 1.1/2.9 MB | 1.1/3.6 MB
Progress (2): 1.1/2.9 MB | 1.1/3.6 MB
Progress (2): 1.1/2.9 MB | 1.1/3.6 MB
Progress (2): 1.1/2.9 MB | 1.1/3.6 MB
Progress (2): 1.1/2.9 MB | 1.1/3.6 MB
Progress (2): 1.1/2.9 MB | 1.1/3.6 MB
Progress (2): 1.1/2.9 MB | 1.1/3.6 MB
Progress (2): 1.1/2.9 MB | 1.2/3.6 MB
Progress (2): 1.1/2.9 MB | 1.2/3.6 MB
Progress (2): 1.2/2.9 MB | 1.2/3.6 MB
Progress (2): 1.2/2.9 MB | 1.2/3.6 MB
Progress (2): 1.2/2.9 MB | 1.2/3.6 MB
Progress (2): 1.2/2.9 MB | 1.2/3.6 MB
Progress (2): 1.2/2.9 MB | 1.2/3.6 MB
Progress (2): 1.2/2.9 MB | 1.2/3.6 MB
Progress (2): 1.2/2.9 MB | 1.2/3.6 MB
Progress (2): 1.2/2.9 MB | 1.2/3.6 MB
Progress (2): 1.2/2.9 MB | 1.2/3.6 MB
Progress (2): 1.2/2.9 MB | 1.2/3.6 MB
Progress (2): 1.2/2.9 MB | 1.3/3.6 MB
Progress (2): 1.2/2.9 MB | 1.3/3.6 MB
Progress (2): 1.3/2.9 MB | 1.3/3.6 MB
Progress (2): 1.3/2.9 MB | 1.3/3.6 MB
Progress (2): 1.3/2.9 MB | 1.3/3.6 MB
Progress (2): 1.3/2.9 MB | 1.3/3.6 MB
Progress (2): 1.3/2.9 MB | 1.3/3.6 MB
Progress (2): 1.3/2.9 MB | 1.3/3.6 MB
Progress (2): 1.3/2.9 MB | 1.3/3.6 MB
Progress (2): 1.3/2.9 MB | 1.3/3.6 MB
Progress (2): 1.3/2.9 MB | 1.3/3.6 MB
Progress (2): 1.3/2.9 MB | 1.3/3.6 MB
Progress (2): 1.3/2.9 MB | 1.3/3.6 MB
Progress (2): 1.3/2.9 MB | 1.4/3.6 MB
Progress (2): 1.3/2.9 MB | 1.4/3.6 MB
Progress (2): 1.4/2.9 MB | 1.4/3.6 MB
Progress (2): 1.4/2.9 MB | 1.4/3.6 MB
Progress (2): 1.4/2.9 MB | 1.4/3.6 MB
Progress (2): 1.4/2.9 MB | 1.4/3.6 MB
Progress (2): 1.4/2.9 MB | 1.4/3.6 MB
Progress (2): 1.4/2.9 MB | 1.4/3.6 MB
Progress (2): 1.4/2.9 MB | 1.4/3.6 MB
Progress (2): 1.4/2.9 MB | 1.4/3.6 MB
Progress (2): 1.4/2.9 MB | 1.4/3.6 MB
Progress (2): 1.4/2.9 MB | 1.4/3.6 MB
Progress (2): 1.4/2.9 MB | 1.5/3.6 MB
Progress (2): 1.4/2.9 MB | 1.5/3.6 MB
Progress (2): 1.5/2.9 MB | 1.5/3.6 MB
Progress (2): 1.5/2.9 MB | 1.5/3.6 MB
Progress (2): 1.5/2.9 MB | 1.5/3.6 MB
Progress (2): 1.5/2.9 MB | 1.5/3.6 MB
Progress (2): 1.5/2.9 MB | 1.5/3.6 MB
Progress (2): 1.5/2.9 MB | 1.5/3.6 MB
Progress (2): 1.5/2.9 MB | 1.5/3.6 MB
Progress (2): 1.5/2.9 MB | 1.5/3.6 MB
Progress (2): 1.5/2.9 MB | 1.5/3.6 MB
Progress (2): 1.5/2.9 MB | 1.5/3.6 MB
Progress (2): 1.5/2.9 MB | 1.6/3.6 MB
Progress (2): 1.5/2.9 MB | 1.6/3.6 MB
Progress (2): 1.6/2.9 MB | 1.6/3.6 MB
Progress (2): 1.6/2.9 MB | 1.6/3.6 MB
Progress (2): 1.6/2.9 MB | 1.6/3.6 MB
Progress (2): 1.6/2.9 MB | 1.6/3.6 MB
Progress (2): 1.6/2.9 MB | 1.6/3.6 MB
Progress (2): 1.6/2.9 MB | 1.6/3.6 MB
Progress (2): 1.6/2.9 MB | 1.6/3.6 MB
Progress (2): 1.6/2.9 MB | 1.6/3.6 MB
Progress (2): 1.6/2.9 MB | 1.6/3.6 MB
Progress (2): 1.6/2.9 MB | 1.6/3.6 MB
Progress (2): 1.6/2.9 MB | 1.6/3.6 MB
Progress (2): 1.6/2.9 MB | 1.7/3.6 MB
Progress (2): 1.7/2.9 MB | 1.7/3.6 MB
Progress (2): 1.7/2.9 MB | 1.7/3.6 MB
Progress (2): 1.7/2.9 MB | 1.7/3.6 MB
Progress (2): 1.7/2.9 MB | 1.7/3.6 MB
Progress (2): 1.7/2.9 MB | 1.7/3.6 MB
Progress (2): 1.7/2.9 MB | 1.7/3.6 MB
Progress (2): 1.7/2.9 MB | 1.7/3.6 MB
Progress (2): 1.7/2.9 MB | 1.7/3.6 MB
Progress (2): 1.7/2.9 MB | 1.7/3.6 MB
Progress (2): 1.7/2.9 MB | 1.7/3.6 MB
Progress (2): 1.7/2.9 MB | 1.7/3.6 MB
Progress (2): 1.8/2.9 MB | 1.7/3.6 MB
Progress (2): 1.8/2.9 MB | 1.8/3.6 MB
Progress (2): 1.8/2.9 MB | 1.8/3.6 MB
Progress (2): 1.8/2.9 MB | 1.8/3.6 MB
Progress (2): 1.8/2.9 MB | 1.8/3.6 MB
Progress (2): 1.8/2.9 MB | 1.8/3.6 MB
Progress (2): 1.8/2.9 MB | 1.8/3.6 MB
Progress (2): 1.8/2.9 MB | 1.8/3.6 MB
Progress (2): 1.8/2.9 MB | 1.8/3.6 MB
Progress (2): 1.8/2.9 MB | 1.8/3.6 MB
Progress (2): 1.8/2.9 MB | 1.8/3.6 MB
Progress (2): 1.8/2.9 MB | 1.8/3.6 MB
Progress (2): 1.8/2.9 MB | 1.9/3.6 MB
Progress (2): 1.9/2.9 MB | 1.9/3.6 MB
Progress (2): 1.9/2.9 MB | 1.9/3.6 MB
Progress (2): 1.9/2.9 MB | 1.9/3.6 MB
Progress (2): 1.9/2.9 MB | 1.9/3.6 MB
Progress (2): 1.9/2.9 MB | 1.9/3.6 MB
Progress (2): 1.9/2.9 MB | 1.9/3.6 MB
Progress (2): 1.9/2.9 MB | 1.9/3.6 MB
Progress (2): 1.9/2.9 MB | 1.9/3.6 MB
Progress (2): 1.9/2.9 MB | 1.9/3.6 MB
Progress (2): 1.9/2.9 MB | 1.9/3.6 MB
Progress (2): 1.9/2.9 MB | 1.9/3.6 MB
Progress (2): 1.9/2.9 MB | 2.0/3.6 MB
Progress (2): 2.0/2.9 MB | 2.0/3.6 MB
Progress (2): 2.0/2.9 MB | 2.0/3.6 MB
Progress (2): 2.0/2.9 MB | 2.0/3.6 MB
Progress (2): 2.0/2.9 MB | 2.0/3.6 MB
Progress (2): 2.0/2.9 MB | 2.0/3.6 MB
Progress (2): 2.0/2.9 MB | 2.0/3.6 MB
Progress (2): 2.0/2.9 MB | 2.0/3.6 MB
Progress (2): 2.0/2.9 MB | 2.0/3.6 MB
Progress (2): 2.0/2.9 MB | 2.0/3.6 MB
Progress (2): 2.0/2.9 MB | 2.0/3.6 MB
Progress (2): 2.0/2.9 MB | 2.0/3.6 MB
Progress (2): 2.0/2.9 MB | 2.0/3.6 MB
Progress (2): 2.0/2.9 MB | 2.0/3.6 MB
Progress (2): 2.1/2.9 MB | 2.0/3.6 MB
Progress (2): 2.1/2.9 MB | 2.1/3.6 MB
Progress (2): 2.1/2.9 MB | 2.1/3.6 MB
Progress (2): 2.1/2.9 MB | 2.1/3.6 MB
Progress (2): 2.1/2.9 MB | 2.1/3.6 MB
Progress (2): 2.1/2.9 MB | 2.1/3.6 MB
Progress (2): 2.1/2.9 MB | 2.1/3.6 MB
Progress (2): 2.1/2.9 MB | 2.1/3.6 MB
Progress (2): 2.1/2.9 MB | 2.1/3.6 MB
Progress (2): 2.1/2.9 MB | 2.1/3.6 MB
Progress (2): 2.1/2.9 MB | 2.1/3.6 MB
Progress (2): 2.1/2.9 MB | 2.1/3.6 MB
Progress (2): 2.1/2.9 MB | 2.2/3.6 MB
Progress (2): 2.2/2.9 MB | 2.2/3.6 MB
Progress (2): 2.2/2.9 MB | 2.2/3.6 MB
Progress (2): 2.2/2.9 MB | 2.2/3.6 MB
Progress (2): 2.2/2.9 MB | 2.2/3.6 MB
Progress (2): 2.2/2.9 MB | 2.2/3.6 MB
Progress (2): 2.2/2.9 MB | 2.2/3.6 MB
Progress (2): 2.2/2.9 MB | 2.2/3.6 MB
Progress (2): 2.2/2.9 MB | 2.2/3.6 MB
Progress (2): 2.2/2.9 MB | 2.2/3.6 MB
Progress (2): 2.2/2.9 MB | 2.2/3.6 MB
Progress (2): 2.2/2.9 MB | 2.2/3.6 MB
Progress (2): 2.3/2.9 MB | 2.2/3.6 MB
Progress (2): 2.3/2.9 MB | 2.3/3.6 MB
Progress (2): 2.3/2.9 MB | 2.3/3.6 MB
Progress (2): 2.3/2.9 MB | 2.3/3.6 MB
Progress (2): 2.3/2.9 MB | 2.3/3.6 MB
Progress (2): 2.3/2.9 MB | 2.3/3.6 MB
Progress (2): 2.3/2.9 MB | 2.3/3.6 MB
Progress (2): 2.3/2.9 MB | 2.3/3.6 MB
Progress (2): 2.3/2.9 MB | 2.3/3.6 MB
Progress (2): 2.3/2.9 MB | 2.3/3.6 MB
Progress (2): 2.3/2.9 MB | 2.3/3.6 MB
Progress (2): 2.3/2.9 MB | 2.3/3.6 MB
Progress (2): 2.4/2.9 MB | 2.3/3.6 MB
Progress (2): 2.4/2.9 MB | 2.4/3.6 MB
Progress (2): 2.4/2.9 MB | 2.4/3.6 MB
Progress (2): 2.4/2.9 MB | 2.4/3.6 MB
Progress (2): 2.4/2.9 MB | 2.4/3.6 MB
Progress (2): 2.4/2.9 MB | 2.4/3.6 MB
Progress (2): 2.4/2.9 MB | 2.4/3.6 MB
Progress (2): 2.4/2.9 MB | 2.4/3.6 MB
Progress (2): 2.4/2.9 MB | 2.4/3.6 MB
Progress (2): 2.4/2.9 MB | 2.4/3.6 MB
Progress (2): 2.4/2.9 MB | 2.4/3.6 MB
Progress (2): 2.4/2.9 MB | 2.4/3.6 MB
Progress (2): 2.5/2.9 MB | 2.4/3.6 MB
Progress (2): 2.5/2.9 MB | 2.5/3.6 MB
Progress (2): 2.5/2.9 MB | 2.5/3.6 MB
Progress (2): 2.5/2.9 MB | 2.5/3.6 MB
Progress (2): 2.5/2.9 MB | 2.5/3.6 MB
Progress (2): 2.5/2.9 MB | 2.5/3.6 MB
Progress (2): 2.5/2.9 MB | 2.5/3.6 MB
Progress (2): 2.5/2.9 MB | 2.5/3.6 MB
Progress (2): 2.5/2.9 MB | 2.5/3.6 MB
Progress (2): 2.5/2.9 MB | 2.5/3.6 MB
Progress (2): 2.5/2.9 MB | 2.5/3.6 MB
Progress (2): 2.5/2.9 MB | 2.5/3.6 MB
Progress (2): 2.6/2.9 MB | 2.5/3.6 MB
Progress (2): 2.6/2.9 MB | 2.6/3.6 MB
Progress (2): 2.6/2.9 MB | 2.6/3.6 MB
Progress (2): 2.6/2.9 MB | 2.6/3.6 MB
Progress (2): 2.6/2.9 MB | 2.6/3.6 MB
Progress (2): 2.6/2.9 MB | 2.6/3.6 MB
Progress (2): 2.6/2.9 MB | 2.6/3.6 MB
Progress (2): 2.6/2.9 MB | 2.6/3.6 MB
Progress (2): 2.6/2.9 MB | 2.6/3.6 MB
Progress (2): 2.6/2.9 MB | 2.6/3.6 MB
Progress (2): 2.6/2.9 MB | 2.6/3.6 MB
Progress (2): 2.7/2.9 MB | 2.6/3.6 MB
Progress (2): 2.7/2.9 MB | 2.6/3.6 MB
Progress (2): 2.7/2.9 MB | 2.6/3.6 MB
Progress (2): 2.7/2.9 MB | 2.7/3.6 MB
Progress (2): 2.7/2.9 MB | 2.7/3.6 MB
Progress (2): 2.7/2.9 MB | 2.7/3.6 MB
Progress (2): 2.7/2.9 MB | 2.7/3.6 MB
Progress (2): 2.7/2.9 MB | 2.7/3.6 MB
Progress (2): 2.7/2.9 MB | 2.7/3.6 MB
Progress (2): 2.7/2.9 MB | 2.7/3.6 MB
Progress (2): 2.7/2.9 MB | 2.7/3.6 MB
Progress (2): 2.7/2.9 MB | 2.7/3.6 MB
Progress (2): 2.7/2.9 MB | 2.7/3.6 MB
Progress (2): 2.7/2.9 MB | 2.7/3.6 MB
Progress (2): 2.8/2.9 MB | 2.7/3.6 MB
Progress (2): 2.8/2.9 MB | 2.7/3.6 MB
Progress (2): 2.8/2.9 MB | 2.7/3.6 MB
Progress (2): 2.8/2.9 MB | 2.8/3.6 MB
Progress (2): 2.8/2.9 MB | 2.8/3.6 MB
Progress (2): 2.8/2.9 MB | 2.8/3.6 MB
Progress (2): 2.8/2.9 MB | 2.8/3.6 MB
Progress (2): 2.8/2.9 MB | 2.8/3.6 MB
Progress (2): 2.8/2.9 MB | 2.8/3.6 MB
Progress (2): 2.8/2.9 MB | 2.8/3.6 MB
Progress (2): 2.8/2.9 MB | 2.8/3.6 MB
Progress (2): 2.9/2.9 MB | 2.8/3.6 MB
Progress (2): 2.9/2.9 MB | 2.8/3.6 MB
Progress (2): 2.9 MB | 2.8/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 4.9 MB/s)
Progress (1): 2.8/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.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.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/3.6 MB
Progress (1): 3.6 MB

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

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 797 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
Progress (1): 6.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 671 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
Progress (1): 3.2 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 322 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
Progress (1): 8.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 801 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
Progress (1): 16/269 kB
Progress (1): 33/269 kB
Progress (1): 49/269 kB
Progress (1): 66/269 kB
Progress (1): 82/269 kB
Progress (1): 98/269 kB
Progress (1): 115/269 kB
Progress (1): 131/269 kB
Progress (1): 147/269 kB
Progress (1): 164/269 kB
Progress (1): 180/269 kB
Progress (1): 197/269 kB
Progress (1): 213/269 kB
Progress (1): 229/269 kB
Progress (1): 246/269 kB
Progress (1): 262/269 kB
Progress (1): 269 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 6.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
Progress (1): 16/55 kB
Progress (1): 32/55 kB
Progress (1): 49/55 kB
Progress (1): 55 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (55 kB at 3.9 MB/s)
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/scripts/manage_translations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom
Progress (1): 5.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom (5.0 kB at 497 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom
Progress (1): 4.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom (4.1 kB at 460 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.pom
Progress (1): 2.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 263 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
Progress (1): 11 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
Progress (1): 16/17 kB
Progress (1): 17 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom
Progress (1): 1.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom (1.1 kB at 106 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom
Progress (1): 8.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom (8.4 kB at 762 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom
Progress (1): 1.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom (1.1 kB at 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom
Progress (1): 1.2 kB

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

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom (1.3 kB at 147 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar
Progress (1): 16/55 kB
Progress (1): 33/55 kB
Progress (1): 49/55 kB
Progress (1): 55 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar (55 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar
Progress (1): 16/122 kB
Progress (2): 16/122 kB | 16/334 kB
Progress (3): 16/122 kB | 16/334 kB | 4.7 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar (4.7 kB at 310 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar
Progress (2): 33/122 kB | 16/334 kB
Progress (3): 33/122 kB | 16/334 kB | 16/27 kB
Progress (3): 33/122 kB | 33/334 kB | 16/27 kB
Progress (4): 33/122 kB | 33/334 kB | 16/27 kB | 16/267 kB
Progress (5): 33/122 kB | 33/334 kB | 16/27 kB | 16/267 kB | 16/23 kB
Progress (5): 33/122 kB | 33/334 kB | 16/27 kB | 16/267 kB | 23 kB
Progress (5): 33/122 kB | 33/334 kB | 16/27 kB | 33/267 kB | 23 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar (23 kB at 670 kB/s)
Progress (4): 49/122 kB | 33/334 kB | 16/27 kB | 33/267 kB
Progress (4): 49/122 kB | 33/334 kB | 27 kB | 33/267 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar (27 kB at 751 kB/s)
Progress (3): 49/122 kB | 33/334 kB | 49/267 kB
Progress (3): 66/122 kB | 33/334 kB | 49/267 kB
Progress (3): 66/122 kB | 33/334 kB | 66/267 kB
Progress (3): 66/122 kB | 49/334 kB | 66/267 kB
Progress (3): 82/122 kB | 49/334 kB | 66/267 kB
Progress (3): 82/122 kB | 66/334 kB | 66/267 kB
Progress (3): 98/122 kB | 66/334 kB | 66/267 kB
Progress (3): 98/122 kB | 82/334 kB | 66/267 kB
Progress (3): 98/122 kB | 82/334 kB | 82/267 kB
Progress (3): 115/122 kB | 82/334 kB | 82/267 kB
Progress (3): 115/122 kB | 98/334 kB | 82/267 kB
Progress (3): 122 kB | 98/334 kB | 82/267 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 2.2 MB/s)
Progress (2): 115/334 kB | 82/267 kB
Progress (2): 115/334 kB | 98/267 kB
Progress (2): 115/334 kB | 115/267 kB
Progress (2): 131/334 kB | 115/267 kB
Progress (2): 131/334 kB | 131/267 kB
Progress (2): 147/334 kB | 131/267 kB
Progress (2): 147/334 kB | 147/267 kB
Progress (2): 164/334 kB | 147/267 kB
Progress (2): 164/334 kB | 164/267 kB
Progress (2): 180/334 kB | 164/267 kB
Progress (2): 180/334 kB | 180/267 kB
Progress (2): 197/334 kB | 180/267 kB
Progress (2): 197/334 kB | 197/267 kB
Progress (2): 197/334 kB | 213/267 kB
Progress (2): 213/334 kB | 213/267 kB
Progress (2): 213/334 kB | 229/267 kB
Progress (2): 229/334 kB | 229/267 kB
Progress (2): 229/334 kB | 246/267 kB
Progress (2): 229/334 kB | 256/267 kB
Progress (2): 246/334 kB | 256/267 kB
Progress (2): 246/334 kB | 267 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 3.6 MB/s)
Progress (1): 262/334 kB
Progress (1): 279/334 kB
Progress (1): 295/334 kB
Progress (1): 311/334 kB
Progress (1): 328/334 kB
Progress (1): 334 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 3.7 MB/s)
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/scripts/manage_translations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.pom
Progress (1): 6.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.pom (6.1 kB at 677 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.pom
Progress (1): 3.5 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.pom (3.5 kB at 353 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.pom
Progress (1): 3.3 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.pom (3.3 kB at 362 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.pom
Progress (1): 4.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.pom (4.1 kB at 507 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.pom
Progress (1): 3.3 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.pom (3.3 kB at 367 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.pom
Progress (1): 4.5 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.pom (4.5 kB at 557 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.pom
Progress (1): 1.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.pom (1.8 kB at 196 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.12.0/commons-io-2.12.0.pom
Progress (1): 16/20 kB
Progress (1): 20 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.12.0/commons-io-2.12.0.pom (20 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/57/commons-parent-57.pom
Progress (1): 16/83 kB
Progress (1): 33/83 kB
Progress (1): 49/83 kB
Progress (1): 66/83 kB
Progress (1): 82/83 kB
Progress (1): 83 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/57/commons-parent-57.pom (83 kB at 3.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.jar
Progress (1): 16/306 kB
Progress (1): 33/306 kB
Progress (1): 49/306 kB
Progress (1): 66/306 kB
Progress (1): 82/306 kB
Progress (1): 98/306 kB
Progress (1): 115/306 kB
Progress (1): 131/306 kB
Progress (1): 147/306 kB
Progress (1): 164/306 kB
Progress (1): 180/306 kB
Progress (1): 197/306 kB
Progress (1): 213/306 kB
Progress (1): 229/306 kB
Progress (1): 246/306 kB
Progress (1): 256/306 kB
Progress (1): 272/306 kB
Progress (1): 289/306 kB
Progress (1): 305/306 kB
Progress (1): 306 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.jar (306 kB at 4.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.jar
Progress (1): 16/171 kB
Progress (2): 16/171 kB | 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.jar (14 kB at 971 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar
Progress (2): 16/171 kB | 8.2 kB
Progress (3): 16/171 kB | 8.2 kB | 16/26 kB
Progress (3): 33/171 kB | 8.2 kB | 16/26 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.jar (8.2 kB at 545 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.jar
Progress (2): 33/171 kB | 26 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.jar (26 kB at 1.4 MB/s)
Progress (2): 33/171 kB | 16/118 kB
Progress (2): 49/171 kB | 16/118 kB
Progress (2): 66/171 kB | 16/118 kB
Progress (2): 66/171 kB | 33/118 kB
Progress (3): 66/171 kB | 33/118 kB | 16/474 kB
Progress (3): 82/171 kB | 33/118 kB | 16/474 kB
Progress (3): 82/171 kB | 33/118 kB | 33/474 kB
Progress (3): 98/171 kB | 33/118 kB | 33/474 kB
Progress (3): 115/171 kB | 33/118 kB | 33/474 kB
Progress (3): 115/171 kB | 49/118 kB | 33/474 kB
Progress (3): 115/171 kB | 49/118 kB | 49/474 kB
Progress (4): 115/171 kB | 49/118 kB | 49/474 kB | 0/2.3 MB
Progress (4): 131/171 kB | 49/118 kB | 49/474 kB | 0/2.3 MB
Progress (4): 131/171 kB | 49/118 kB | 66/474 kB | 0/2.3 MB
Progress (4): 131/171 kB | 49/118 kB | 66/474 kB | 0/2.3 MB
Progress (4): 147/171 kB | 49/118 kB | 66/474 kB | 0/2.3 MB
Progress (4): 147/171 kB | 49/118 kB | 82/474 kB | 0/2.3 MB
Progress (4): 147/171 kB | 66/118 kB | 82/474 kB | 0/2.3 MB
Progress (4): 164/171 kB | 66/118 kB | 82/474 kB | 0/2.3 MB
Progress (4): 164/171 kB | 66/118 kB | 82/474 kB | 0/2.3 MB
Progress (4): 171 kB | 66/118 kB | 82/474 kB | 0/2.3 MB
Progress (4): 171 kB | 66/118 kB | 98/474 kB | 0/2.3 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.jar (171 kB at 3.6 MB/s)
Progress (3): 82/118 kB | 98/474 kB | 0/2.3 MB
Progress (3): 82/118 kB | 98/474 kB | 0.1/2.3 MB
Progress (3): 82/118 kB | 115/474 kB | 0.1/2.3 MB
Progress (3): 82/118 kB | 131/474 kB | 0.1/2.3 MB
Progress (3): 82/118 kB | 131/474 kB | 0.1/2.3 MB
Progress (3): 98/118 kB | 131/474 kB | 0.1/2.3 MB
Progress (3): 98/118 kB | 147/474 kB | 0.1/2.3 MB
Progress (3): 98/118 kB | 147/474 kB | 0.1/2.3 MB
Progress (3): 98/118 kB | 164/474 kB | 0.1/2.3 MB
Progress (3): 115/118 kB | 164/474 kB | 0.1/2.3 MB
Progress (3): 118 kB | 164/474 kB | 0.1/2.3 MB
Progress (3): 118 kB | 180/474 kB | 0.1/2.3 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.jar (118 kB at 1.9 MB/s)
Progress (2): 180/474 kB | 0.1/2.3 MB
Progress (2): 197/474 kB | 0.1/2.3 MB
Progress (2): 197/474 kB | 0.1/2.3 MB
Progress (2): 213/474 kB | 0.1/2.3 MB
Progress (2): 213/474 kB | 0.1/2.3 MB
Progress (2): 229/474 kB | 0.1/2.3 MB
Progress (2): 246/474 kB | 0.1/2.3 MB
Progress (2): 246/474 kB | 0.2/2.3 MB
Progress (2): 256/474 kB | 0.2/2.3 MB
Progress (2): 272/474 kB | 0.2/2.3 MB
Progress (2): 272/474 kB | 0.2/2.3 MB
Progress (2): 289/474 kB | 0.2/2.3 MB
Progress (2): 289/474 kB | 0.2/2.3 MB
Progress (2): 305/474 kB | 0.2/2.3 MB
Progress (2): 305/474 kB | 0.2/2.3 MB
Progress (2): 321/474 kB | 0.2/2.3 MB
Progress (2): 338/474 kB | 0.2/2.3 MB
Progress (2): 338/474 kB | 0.2/2.3 MB
Progress (2): 354/474 kB | 0.2/2.3 MB
Progress (2): 354/474 kB | 0.2/2.3 MB
Progress (2): 370/474 kB | 0.2/2.3 MB
Progress (2): 370/474 kB | 0.3/2.3 MB
Progress (2): 387/474 kB | 0.3/2.3 MB
Progress (2): 387/474 kB | 0.3/2.3 MB
Progress (2): 403/474 kB | 0.3/2.3 MB
Progress (2): 403/474 kB | 0.3/2.3 MB
Progress (2): 420/474 kB | 0.3/2.3 MB
Progress (2): 436/474 kB | 0.3/2.3 MB
Progress (2): 436/474 kB | 0.3/2.3 MB
Progress (2): 452/474 kB | 0.3/2.3 MB
Progress (2): 452/474 kB | 0.3/2.3 MB
Progress (2): 469/474 kB | 0.3/2.3 MB
Progress (2): 474 kB | 0.3/2.3 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar (474 kB at 4.2 MB/s)
Progress (1): 0.3/2.3 MB
Progress (1): 0.4/2.3 MB
Progress (1): 0.4/2.3 MB
Progress (1): 0.4/2.3 MB
Progress (1): 0.4/2.3 MB
Progress (1): 0.4/2.3 MB
Progress (1): 0.4/2.3 MB
Progress (1): 0.5/2.3 MB
Progress (1): 0.5/2.3 MB
Progress (1): 0.5/2.3 MB
Progress (1): 0.5/2.3 MB
Progress (1): 0.5/2.3 MB
Progress (1): 0.5/2.3 MB
Progress (1): 0.6/2.3 MB
Progress (1): 0.6/2.3 MB
Progress (1): 0.6/2.3 MB
Progress (1): 0.6/2.3 MB
Progress (1): 0.6/2.3 MB
Progress (1): 0.6/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.2/2.3 MB
Progress (1): 1.2/2.3 MB
Progress (1): 1.2/2.3 MB
Progress (1): 1.2/2.3 MB
Progress (1): 1.2/2.3 MB
Progress (1): 1.2/2.3 MB
Progress (1): 1.3/2.3 MB
Progress (1): 1.3/2.3 MB
Progress (1): 1.3/2.3 MB
Progress (1): 1.3/2.3 MB
Progress (1): 1.3/2.3 MB
Progress (1): 1.3/2.3 MB
Progress (1): 1.3/2.3 MB
Progress (1): 1.4/2.3 MB
Progress (1): 1.4/2.3 MB
Progress (1): 1.4/2.3 MB
Progress (1): 1.4/2.3 MB
Progress (1): 1.4/2.3 MB
Progress (1): 1.4/2.3 MB
Progress (1): 1.5/2.3 MB
Progress (1): 1.5/2.3 MB
Progress (1): 1.5/2.3 MB
Progress (1): 1.5/2.3 MB
Progress (1): 1.5/2.3 MB
Progress (1): 1.5/2.3 MB
Progress (1): 1.6/2.3 MB
Progress (1): 1.6/2.3 MB
Progress (1): 1.6/2.3 MB
Progress (1): 1.6/2.3 MB
Progress (1): 1.6/2.3 MB
Progress (1): 1.6/2.3 MB
Progress (1): 1.7/2.3 MB
Progress (1): 1.7/2.3 MB
Progress (1): 1.7/2.3 MB
Progress (1): 1.7/2.3 MB
Progress (1): 1.7/2.3 MB
Progress (1): 1.7/2.3 MB
Progress (1): 1.8/2.3 MB
Progress (1): 1.8/2.3 MB
Progress (1): 1.8/2.3 MB
Progress (1): 1.8/2.3 MB
Progress (1): 1.8/2.3 MB
Progress (1): 1.8/2.3 MB
Progress (1): 1.9/2.3 MB
Progress (1): 1.9/2.3 MB
Progress (1): 1.9/2.3 MB
Progress (1): 1.9/2.3 MB
Progress (1): 1.9/2.3 MB
Progress (1): 1.9/2.3 MB
Progress (1): 2.0/2.3 MB
Progress (1): 2.0/2.3 MB
Progress (1): 2.0/2.3 MB
Progress (1): 2.0/2.3 MB
Progress (1): 2.0/2.3 MB
Progress (1): 2.0/2.3 MB
Progress (1): 2.0/2.3 MB
Progress (1): 2.1/2.3 MB
Progress (1): 2.1/2.3 MB
Progress (1): 2.1/2.3 MB
Progress (1): 2.1/2.3 MB
Progress (1): 2.1/2.3 MB
Progress (1): 2.1/2.3 MB
Progress (1): 2.2/2.3 MB
Progress (1): 2.2/2.3 MB
Progress (1): 2.2/2.3 MB
Progress (1): 2.2/2.3 MB
Progress (1): 2.2/2.3 MB
Progress (1): 2.2/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3/2.3 MB
Progress (1): 2.3 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.jar (2.3 MB at 5.5 MB/s)
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  19.205 s
[INFO] Finished at: 2023-10-27T09:02:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/docs/conf/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/docs/conf/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/docs/conf/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.639 s
[INFO] Finished at: 2023-10-27T09:02:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/docs/_ext/djangodocs/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/docs/_ext/djangodocs/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/docs/_ext/djangodocs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.763 s
[INFO] Finished at: 2023-10-27T09:02:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/setup/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/setup/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/setup/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.195 s
[INFO] Finished at: 2023-10-27T09:02:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/static/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 137ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/static/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/static/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.669 s
[INFO] Finished at: 2023-10-27T09:02:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/cache/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/cache/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/cache/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.395 s
[INFO] Finished at: 2023-10-27T09:02:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.015 s
[INFO] Finished at: 2023-10-27T09:02:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/tz/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/tz/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/tz/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.807 s
[INFO] Finished at: 2023-10-27T09:03:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/l10n/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/l10n/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/l10n/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.314 s
[INFO] Finished at: 2023-10-27T09:03:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/i18n/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/i18n/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/templatetags/i18n/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.666 s
[INFO] Finished at: 2023-10-27T09:03:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.142 s
[INFO] Finished at: 2023-10-27T09:03:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/runner/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/runner/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/runner/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.245 s
[INFO] Finished at: 2023-10-27T09:03:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/selenium/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/selenium/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/selenium/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.553 s
[INFO] Finished at: 2023-10-27T09:03:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.200 s
[INFO] Finished at: 2023-10-27T09:03:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/signals/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/signals/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/signals/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.871 s
[INFO] Finished at: 2023-10-27T09:03:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.172 s
[INFO] Finished at: 2023-10-27T09:03:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/client/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.944 s
[INFO] Finished at: 2023-10-27T09:03:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/testcases/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/testcases/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/testcases/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.609 s
[INFO] Finished at: 2023-10-27T09:04:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/html/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/html/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/test/html/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.971 s
[INFO] Finished at: 2023-10-27T09:04:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 127ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.930 s
[INFO] Finished at: 2023-10-27T09:04:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/global_settings/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/global_settings/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/global_settings/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.156 s
[INFO] Finished at: 2023-10-27T09:04:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tg/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tg/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tg/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.145 s
[INFO] Finished at: 2023-10-27T09:04:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tg/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tg/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tg/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.005 s
[INFO] Finished at: 2023-10-27T09:04:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/is/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/is/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/is/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.207 s
[INFO] Finished at: 2023-10-27T09:04:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/is/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/is/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/is/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.046 s
[INFO] Finished at: 2023-10-27T09:04:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sv/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sv/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sv/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.112 s
[INFO] Finished at: 2023-10-27T09:04:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sv/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sv/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sv/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.974 s
[INFO] Finished at: 2023-10-27T09:04:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_PR/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_PR/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.164 s
[INFO] Finished at: 2023-10-27T09:04:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_PR/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_PR/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.569 s
[INFO] Finished at: 2023-10-27T09:04:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/zh_Hans/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/zh_Hans/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.126 s
[INFO] Finished at: 2023-10-27T09:04:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/zh_Hans/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/zh_Hans/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.022 s
[INFO] Finished at: 2023-10-27T09:04:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nn/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nn/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nn/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.127 s
[INFO] Finished at: 2023-10-27T09:04:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nn/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nn/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nn/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.982 s
[INFO] Finished at: 2023-10-27T09:04:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bg/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bg/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bg/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.423 s
[INFO] Finished at: 2023-10-27T09:05:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bg/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bg/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bg/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.046 s
[INFO] Finished at: 2023-10-27T09:05:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/da/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/da/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/da/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.154 s
[INFO] Finished at: 2023-10-27T09:05:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/da/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/da/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/da/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.086 s
[INFO] Finished at: 2023-10-27T09:05:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ka/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ka/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ka/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.182 s
[INFO] Finished at: 2023-10-27T09:05:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ka/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ka/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ka/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.103 s
[INFO] Finished at: 2023-10-27T09:05:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/th/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/th/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/th/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.290 s
[INFO] Finished at: 2023-10-27T09:05:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/th/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/th/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.181 s
[INFO] Finished at: 2023-10-27T09:05:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sl/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sl/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sl/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.147 s
[INFO] Finished at: 2023-10-27T09:05:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sl/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sl/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sl/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.983 s
[INFO] Finished at: 2023-10-27T09:05:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/mk/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/mk/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/mk/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.211 s
[INFO] Finished at: 2023-10-27T09:05:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/mk/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/mk/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/mk/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.104 s
[INFO] Finished at: 2023-10-27T09:05:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pt/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pt/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pt/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.306 s
[INFO] Finished at: 2023-10-27T09:05:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pt/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pt/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pt/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.085 s
[INFO] Finished at: 2023-10-27T09:05:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/mn/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/mn/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/mn/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.235 s
[INFO] Finished at: 2023-10-27T09:05:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/mn/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/mn/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/mn/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.051 s
[INFO] Finished at: 2023-10-27T09:05:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/de/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/de/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/de/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.202 s
[INFO] Finished at: 2023-10-27T09:05:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/de/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/de/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/de/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.958 s
[INFO] Finished at: 2023-10-27T09:06:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hu/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 135ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hu/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hu/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.155 s
[INFO] Finished at: 2023-10-27T09:06:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hu/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hu/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hu/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.109 s
[INFO] Finished at: 2023-10-27T09:06:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ms/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 102ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ms/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ms/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.051 s
[INFO] Finished at: 2023-10-27T09:06:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ms/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ms/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ms/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.943 s
[INFO] Finished at: 2023-10-27T09:06:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/az/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/az/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/az/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.175 s
[INFO] Finished at: 2023-10-27T09:06:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/az/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/az/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/az/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.974 s
[INFO] Finished at: 2023-10-27T09:06:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/te/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/te/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/te/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.998 s
[INFO] Finished at: 2023-10-27T09:06:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/te/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/te/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/te/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.995 s
[INFO] Finished at: 2023-10-27T09:06:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bs/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 102ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bs/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bs/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.990 s
[INFO] Finished at: 2023-10-27T09:06:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bs/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bs/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bs/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.949 s
[INFO] Finished at: 2023-10-27T09:06:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/lv/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/lv/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/lv/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.221 s
[INFO] Finished at: 2023-10-27T09:06:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/lv/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/lv/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/lv/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.997 s
[INFO] Finished at: 2023-10-27T09:06:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/eu/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/eu/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/eu/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.021 s
[INFO] Finished at: 2023-10-27T09:06:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/eu/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/eu/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/eu/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.973 s
[INFO] Finished at: 2023-10-27T09:06:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 126ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sr_Latn/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sr_Latn/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.303 s
[INFO] Finished at: 2023-10-27T09:06:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sr_Latn/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sr_Latn/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.048 s
[INFO] Finished at: 2023-10-27T09:06:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 139ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.413 s
[INFO] Finished at: 2023-10-27T09:07:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/gl/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/gl/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/gl/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.068 s
[INFO] Finished at: 2023-10-27T09:07:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/gl/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/gl/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/gl/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.936 s
[INFO] Finished at: 2023-10-27T09:07:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/zh_Hant/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/zh_Hant/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.288 s
[INFO] Finished at: 2023-10-27T09:07:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/zh_Hant/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/zh_Hant/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.958 s
[INFO] Finished at: 2023-10-27T09:07:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/km/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/km/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/km/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.017 s
[INFO] Finished at: 2023-10-27T09:07:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/km/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/km/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/km/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.141 s
[INFO] Finished at: 2023-10-27T09:07:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bn/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bn/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bn/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.087 s
[INFO] Finished at: 2023-10-27T09:07:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bn/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bn/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/bn/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.978 s
[INFO] Finished at: 2023-10-27T09:07:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_NI/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_NI/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.057 s
[INFO] Finished at: 2023-10-27T09:07:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_NI/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_NI/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.976 s
[INFO] Finished at: 2023-10-27T09:07:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/kn/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/kn/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/kn/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.984 s
[INFO] Finished at: 2023-10-27T09:07:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/kn/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/kn/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/kn/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.008 s
[INFO] Finished at: 2023-10-27T09:07:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_AR/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_AR/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_AR/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.056 s
[INFO] Finished at: 2023-10-27T09:07:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_AR/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_AR/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.964 s
[INFO] Finished at: 2023-10-27T09:07:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tk/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tk/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tk/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.087 s
[INFO] Finished at: 2023-10-27T09:07:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tk/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tk/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tk/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.969 s
[INFO] Finished at: 2023-10-27T09:07:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fa/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fa/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fa/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.998 s
[INFO] Finished at: 2023-10-27T09:07:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fa/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fa/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fa/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.002 s
[INFO] Finished at: 2023-10-27T09:08:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ja/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ja/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ja/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.997 s
[INFO] Finished at: 2023-10-27T09:08:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ja/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ja/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ja/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.979 s
[INFO] Finished at: 2023-10-27T09:08:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hr/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hr/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hr/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.074 s
[INFO] Finished at: 2023-10-27T09:08:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hr/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hr/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hr/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.969 s
[INFO] Finished at: 2023-10-27T09:08:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/el/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/el/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/el/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.130 s
[INFO] Finished at: 2023-10-27T09:08:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/el/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/el/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/el/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.050 s
[INFO] Finished at: 2023-10-27T09:08:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ar_DZ/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ar_DZ/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ar_DZ/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.088 s
[INFO] Finished at: 2023-10-27T09:08:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ar_DZ/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ar_DZ/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.991 s
[INFO] Finished at: 2023-10-27T09:08:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/uk/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/uk/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/uk/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.167 s
[INFO] Finished at: 2023-10-27T09:08:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/uk/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/uk/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/uk/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.997 s
[INFO] Finished at: 2023-10-27T09:08:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ga/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ga/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.121 s
[INFO] Finished at: 2023-10-27T09:08:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ga/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ga/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ga/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.051 s
[INFO] Finished at: 2023-10-27T09:08:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sq/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sq/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sq/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.013 s
[INFO] Finished at: 2023-10-27T09:08:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sq/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sq/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sq/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.113 s
[INFO] Finished at: 2023-10-27T09:08:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ru/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ru/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ru/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.075 s
[INFO] Finished at: 2023-10-27T09:08:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ru/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ru/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ru/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.948 s
[INFO] Finished at: 2023-10-27T09:08:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fr/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fr/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fr/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.087 s
[INFO] Finished at: 2023-10-27T09:09:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fr/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fr/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fr/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.038 s
[INFO] Finished at: 2023-10-27T09:09:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en_AU/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en_AU/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.053 s
[INFO] Finished at: 2023-10-27T09:09:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 127ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en_AU/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en_AU/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.000 s
[INFO] Finished at: 2023-10-27T09:09:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/cs/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/cs/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/cs/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.078 s
[INFO] Finished at: 2023-10-27T09:09:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/cs/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 133ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/cs/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/cs/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.142 s
[INFO] Finished at: 2023-10-27T09:09:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_CO/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_CO/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_CO/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.224 s
[INFO] Finished at: 2023-10-27T09:09:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_CO/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_CO/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.974 s
[INFO] Finished at: 2023-10-27T09:09:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/gd/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/gd/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.978 s
[INFO] Finished at: 2023-10-27T09:09:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/gd/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/gd/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/gd/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.971 s
[INFO] Finished at: 2023-10-27T09:09:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/eo/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 124ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/eo/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/eo/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.093 s
[INFO] Finished at: 2023-10-27T09:09:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/eo/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/eo/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/eo/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.006 s
[INFO] Finished at: 2023-10-27T09:09:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ar/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ar/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ar/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.952 s
[INFO] Finished at: 2023-10-27T09:09:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ar/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ar/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ar/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.036 s
[INFO] Finished at: 2023-10-27T09:09:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fi/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fi/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fi/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.048 s
[INFO] Finished at: 2023-10-27T09:09:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fi/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fi/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fi/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.053 s
[INFO] Finished at: 2023-10-27T09:09:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_MX/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_MX/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.167 s
[INFO] Finished at: 2023-10-27T09:09:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_MX/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 129ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_MX/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es_MX/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.053 s
[INFO] Finished at: 2023-10-27T09:09:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hi/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hi/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hi/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.039 s
[INFO] Finished at: 2023-10-27T09:10:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hi/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hi/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/hi/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.991 s
[INFO] Finished at: 2023-10-27T09:10:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ml/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ml/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ml/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.128 s
[INFO] Finished at: 2023-10-27T09:10:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ml/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ml/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ml/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.955 s
[INFO] Finished at: 2023-10-27T09:10:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/et/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/et/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.081 s
[INFO] Finished at: 2023-10-27T09:10:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/et/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/et/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/et/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.943 s
[INFO] Finished at: 2023-10-27T09:10:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pt_BR/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pt_BR/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.225 s
[INFO] Finished at: 2023-10-27T09:10:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pt_BR/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pt_BR/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.987 s
[INFO] Finished at: 2023-10-27T09:10:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/vi/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/vi/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/vi/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.996 s
[INFO] Finished at: 2023-10-27T09:10:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/vi/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/vi/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/vi/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.033 s
[INFO] Finished at: 2023-10-27T09:10:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ca/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ca/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ca/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.104 s
[INFO] Finished at: 2023-10-27T09:10:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ca/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ca/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.036 s
[INFO] Finished at: 2023-10-27T09:10:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ro/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ro/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ro/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.155 s
[INFO] Finished at: 2023-10-27T09:10:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ro/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ro/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ro/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.933 s
[INFO] Finished at: 2023-10-27T09:10:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sr/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sr/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sr/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.096 s
[INFO] Finished at: 2023-10-27T09:10:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sr/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sr/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sr/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.007 s
[INFO] Finished at: 2023-10-27T09:10:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/cy/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/cy/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/cy/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.118 s
[INFO] Finished at: 2023-10-27T09:10:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/cy/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/cy/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/cy/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.971 s
[INFO] Finished at: 2023-10-27T09:10:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ig/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ig/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.142 s
[INFO] Finished at: 2023-10-27T09:11:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ig/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ig/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ig/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.003 s
[INFO] Finished at: 2023-10-27T09:11:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en_GB/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en_GB/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.113 s
[INFO] Finished at: 2023-10-27T09:11:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 167ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en_GB/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en_GB/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.054 s
[INFO] Finished at: 2023-10-27T09:11:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ky/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ky/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ky/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.087 s
[INFO] Finished at: 2023-10-27T09:11:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ky/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ky/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ky/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.979 s
[INFO] Finished at: 2023-10-27T09:11:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tr/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tr/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tr/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.131 s
[INFO] Finished at: 2023-10-27T09:11:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tr/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tr/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/tr/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.951 s
[INFO] Finished at: 2023-10-27T09:11:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/de_CH/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/de_CH/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.111 s
[INFO] Finished at: 2023-10-27T09:11:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/de_CH/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/de_CH/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.934 s
[INFO] Finished at: 2023-10-27T09:11:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ko/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ko/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ko/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.127 s
[INFO] Finished at: 2023-10-27T09:11:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ko/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ko/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ko/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.972 s
[INFO] Finished at: 2023-10-27T09:11:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nl/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nl/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nl/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.274 s
[INFO] Finished at: 2023-10-27T09:11:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nl/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nl/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nl/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.983 s
[INFO] Finished at: 2023-10-27T09:11:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/it/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/it/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/it/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.250 s
[INFO] Finished at: 2023-10-27T09:11:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/it/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/it/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/it/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.992 s
[INFO] Finished at: 2023-10-27T09:11:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/id/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/id/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/id/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.149 s
[INFO] Finished at: 2023-10-27T09:11:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/id/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/id/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/id/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.968 s
[INFO] Finished at: 2023-10-27T09:12:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/uz/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/uz/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/uz/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.179 s
[INFO] Finished at: 2023-10-27T09:12:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/uz/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/uz/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/uz/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.973 s
[INFO] Finished at: 2023-10-27T09:12:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/lt/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/lt/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/lt/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.147 s
[INFO] Finished at: 2023-10-27T09:12:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/lt/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/lt/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/lt/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.124 s
[INFO] Finished at: 2023-10-27T09:12:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 124ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.147 s
[INFO] Finished at: 2023-10-27T09:12:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/en/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.013 s
[INFO] Finished at: 2023-10-27T09:12:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pl/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 139ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pl/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pl/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.273 s
[INFO] Finished at: 2023-10-27T09:12:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pl/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pl/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/pl/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.976 s
[INFO] Finished at: 2023-10-27T09:12:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.096 s
[INFO] Finished at: 2023-10-27T09:12:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/es/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.980 s
[INFO] Finished at: 2023-10-27T09:12:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/he/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/he/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/he/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.177 s
[INFO] Finished at: 2023-10-27T09:12:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/he/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/he/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/he/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.957 s
[INFO] Finished at: 2023-10-27T09:12:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sk/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sk/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sk/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.097 s
[INFO] Finished at: 2023-10-27T09:12:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sk/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sk/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/sk/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.972 s
[INFO] Finished at: 2023-10-27T09:12:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ta/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ta/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ta/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.985 s
[INFO] Finished at: 2023-10-27T09:12:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ta/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ta/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/ta/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.000 s
[INFO] Finished at: 2023-10-27T09:12:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fy/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fy/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fy/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.984 s
[INFO] Finished at: 2023-10-27T09:12:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fy/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fy/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/fy/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.057 s
[INFO] Finished at: 2023-10-27T09:13:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nb/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nb/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nb/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.162 s
[INFO] Finished at: 2023-10-27T09:13:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nb/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nb/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/locale/nb/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.977 s
[INFO] Finished at: 2023-10-27T09:13:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/urls/static/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/urls/static/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/urls/static/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.088 s
[INFO] Finished at: 2023-10-27T09:13:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/urls/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/urls/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/urls/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.093 s
[INFO] Finished at: 2023-10-27T09:13:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/urls/i18n/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/urls/i18n/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/conf/urls/i18n/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.252 s
[INFO] Finished at: 2023-10-27T09:13:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/timezone/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/timezone/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/timezone/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.665 s
[INFO] Finished at: 2023-10-27T09:13:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/_os/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/_os/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/_os/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.225 s
[INFO] Finished at: 2023-10-27T09:13:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/log/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/log/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/log/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.161 s
[INFO] Finished at: 2023-10-27T09:13:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/tree/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/tree/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/tree/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.359 s
[INFO] Finished at: 2023-10-27T09:13:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/formats/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/formats/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/formats/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.106 s
[INFO] Finished at: 2023-10-27T09:13:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/termcolors/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/termcolors/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/termcolors/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.707 s
[INFO] Finished at: 2023-10-27T09:13:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/duration/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/duration/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/duration/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.225 s
[INFO] Finished at: 2023-10-27T09:13:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/archive/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/archive/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/archive/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.722 s
[INFO] Finished at: 2023-10-27T09:13:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.957 s
[INFO] Finished at: 2023-10-27T09:13:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/template/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/template/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/template/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.907 s
[INFO] Finished at: 2023-10-27T09:14:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/reloader/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/reloader/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/reloader/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.173 s
[INFO] Finished at: 2023-10-27T09:14:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/trans_real/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 134ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/trans_real/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/trans_real/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.070 s
[INFO] Finished at: 2023-10-27T09:14:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/trans_null/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/trans_null/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/translation/trans_null/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.161 s
[INFO] Finished at: 2023-10-27T09:14:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/feedgenerator/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/feedgenerator/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/feedgenerator/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.881 s
[INFO] Finished at: 2023-10-27T09:14:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/cache/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/cache/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/cache/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.224 s
[INFO] Finished at: 2023-10-27T09:14:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/autoreload/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/autoreload/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/autoreload/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.672 s
[INFO] Finished at: 2023-10-27T09:14:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/datastructures/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/datastructures/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/datastructures/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.202 s
[INFO] Finished at: 2023-10-27T09:14:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.943 s
[INFO] Finished at: 2023-10-27T09:14:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/deprecation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/deprecation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/deprecation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.500 s
[INFO] Finished at: 2023-10-27T09:14:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/inspect/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/inspect/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/inspect/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.365 s
[INFO] Finished at: 2023-10-27T09:14:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/safestring/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/safestring/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/safestring/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.142 s
[INFO] Finished at: 2023-10-27T09:14:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/hashable/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 131ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/hashable/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/hashable/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.129 s
[INFO] Finished at: 2023-10-27T09:14:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/ipv6/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/ipv6/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/ipv6/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.077 s
[INFO] Finished at: 2023-10-27T09:14:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/lorem_ipsum/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/lorem_ipsum/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/lorem_ipsum/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.047 s
[INFO] Finished at: 2023-10-27T09:14:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/itercompat/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/itercompat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/itercompat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.428 s
[INFO] Finished at: 2023-10-27T09:15:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/connection/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/connection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/connection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.313 s
[INFO] Finished at: 2023-10-27T09:15:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/deconstruct/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/deconstruct/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/deconstruct/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.323 s
[INFO] Finished at: 2023-10-27T09:15:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/dateparse/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/dateparse/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/dateparse/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.530 s
[INFO] Finished at: 2023-10-27T09:15:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/xmlutils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/xmlutils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/xmlutils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.278 s
[INFO] Finished at: 2023-10-27T09:15:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/module_loading/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/module_loading/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/module_loading/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.440 s
[INFO] Finished at: 2023-10-27T09:15:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/http/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/http/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/http/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.046 s
[INFO] Finished at: 2023-10-27T09:15:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/jslex/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/jslex/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/jslex/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.860 s
[INFO] Finished at: 2023-10-27T09:15:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/dates/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/dates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/dates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.439 s
[INFO] Finished at: 2023-10-27T09:15:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/encoding/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/encoding/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/encoding/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.609 s
[INFO] Finished at: 2023-10-27T09:15:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/numberformat/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/numberformat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/numberformat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.405 s
[INFO] Finished at: 2023-10-27T09:15:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/dateformat/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/dateformat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/dateformat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.023 s
[INFO] Finished at: 2023-10-27T09:15:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/functional/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/functional/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/functional/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.227 s
[INFO] Finished at: 2023-10-27T09:15:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/timesince/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 142ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/timesince/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/timesince/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.587 s
[INFO] Finished at: 2023-10-27T09:15:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/html/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/html/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/html/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.460 s
[INFO] Finished at: 2023-10-27T09:15:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/topological_sort/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/topological_sort/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/topological_sort/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.224 s
[INFO] Finished at: 2023-10-27T09:16:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/datetime_safe/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/datetime_safe/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/datetime_safe/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.455 s
[INFO] Finished at: 2023-10-27T09:16:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/regex_helper/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/regex_helper/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/regex_helper/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.263 s
[INFO] Finished at: 2023-10-27T09:16:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/asyncio/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/asyncio/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/asyncio/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.126 s
[INFO] Finished at: 2023-10-27T09:16:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/version/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/version/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/version/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.453 s
[INFO] Finished at: 2023-10-27T09:16:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/decorators/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/decorators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/decorators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.482 s
[INFO] Finished at: 2023-10-27T09:16:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/text/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/text/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/text/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.509 s
[INFO] Finished at: 2023-10-27T09:16:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/baseconv/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/baseconv/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/baseconv/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.412 s
[INFO] Finished at: 2023-10-27T09:16:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/crypto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/crypto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/utils/crypto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.184 s
[INFO] Finished at: 2023-10-27T09:16:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.794 s
[INFO] Finished at: 2023-10-27T09:16:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.992 s
[INFO] Finished at: 2023-10-27T09:16:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.688 s
[INFO] Finished at: 2023-10-27T09:16:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/renderers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/renderers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/renderers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.301 s
[INFO] Finished at: 2023-10-27T09:16:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/forms/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/forms/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/forms/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.713 s
[INFO] Finished at: 2023-10-27T09:17:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/formsets/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/formsets/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/formsets/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.867 s
[INFO] Finished at: 2023-10-27T09:17:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/fields/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.195 s
[INFO] Finished at: 2023-10-27T09:17:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/boundfield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/boundfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/boundfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.886 s
[INFO] Finished at: 2023-10-27T09:17:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/widgets/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/widgets/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/forms/widgets/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.907 s
[INFO] Finished at: 2023-10-27T09:17:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/helpers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/helpers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/helpers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.265 s
[INFO] Finished at: 2023-10-27T09:17:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/log/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/log/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/log/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.239 s
[INFO] Finished at: 2023-10-27T09:17:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.964 s
[INFO] Finished at: 2023-10-27T09:17:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/admin_list/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/admin_list/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.059 s
[INFO] Finished at: 2023-10-27T09:17:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/admin_modify/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/admin_modify/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.815 s
[INFO] Finished at: 2023-10-27T09:17:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.252 s
[INFO] Finished at: 2023-10-27T09:17:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/admin_urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/admin_urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/templatetags/admin_urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.189 s
[INFO] Finished at: 2023-10-27T09:17:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.628 s
[INFO] Finished at: 2023-10-27T09:18:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.169 s
[INFO] Finished at: 2023-10-27T09:18:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.192 s
[INFO] Finished at: 2023-10-27T09:18:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.913 s
[INFO] Finished at: 2023-10-27T09:18:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.816 s
[INFO] Finished at: 2023-10-27T09:18:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.168 s
[INFO] Finished at: 2023-10-27T09:18:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/migrations/0002_logentry_remove_auto_add/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/migrations/0002_logentry_remove_auto_add/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.124 s
[INFO] Finished at: 2023-10-27T09:18:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/forms/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 124ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/forms/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/forms/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.247 s
[INFO] Finished at: 2023-10-27T09:18:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/filters/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/filters/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/filters/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.265 s
[INFO] Finished at: 2023-10-27T09:18:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/exceptions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/exceptions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/exceptions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.128 s
[INFO] Finished at: 2023-10-27T09:18:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/sites/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/sites/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/sites/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.939 s
[INFO] Finished at: 2023-10-27T09:18:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.136 s
[INFO] Finished at: 2023-10-27T09:18:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/checks/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.171 s
[INFO] Finished at: 2023-10-27T09:18:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.561 s
[INFO] Finished at: 2023-10-27T09:18:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/views/autocomplete/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/views/autocomplete/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/views/autocomplete/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.450 s
[INFO] Finished at: 2023-10-27T09:19:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/views/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/views/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/views/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.966 s
[INFO] Finished at: 2023-10-27T09:19:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/views/main/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/views/main/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/views/main/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.231 s
[INFO] Finished at: 2023-10-27T09:19:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/views/decorators/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/views/decorators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/views/decorators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.128 s
[INFO] Finished at: 2023-10-27T09:19:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/decorators/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/decorators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/decorators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.168 s
[INFO] Finished at: 2023-10-27T09:19:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/options/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 132ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/options/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/options/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  18.893 s
[INFO] Finished at: 2023-10-27T09:19:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/widgets/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/widgets/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/widgets/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.283 s
[INFO] Finished at: 2023-10-27T09:19:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/actions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/actions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admin/actions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.420 s
[INFO] Finished at: 2023-10-27T09:19:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/api/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/api/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/api/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.203 s
[INFO] Finished at: 2023-10-27T09:19:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-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;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.025 s
[INFO] Finished at: 2023-10-27T09:19:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/context_processors/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/context_processors/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/context_processors/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.031 s
[INFO] Finished at: 2023-10-27T09:19:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.122 s
[INFO] Finished at: 2023-10-27T09:20:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/session/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/session/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/session/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.294 s
[INFO] Finished at: 2023-10-27T09:20:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.010 s
[INFO] Finished at: 2023-10-27T09:20:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/fallback/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/fallback/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/fallback/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.220 s
[INFO] Finished at: 2023-10-27T09:20:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/cookie/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/cookie/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/cookie/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.513 s
[INFO] Finished at: 2023-10-27T09:20:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/storage/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.467 s
[INFO] Finished at: 2023-10-27T09:20:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/middleware/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/middleware/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/middleware/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.176 s
[INFO] Finished at: 2023-10-27T09:20:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/constants/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 127ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/constants/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/constants/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.068 s
[INFO] Finished at: 2023-10-27T09:20:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.990 s
[INFO] Finished at: 2023-10-27T09:20:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/messages/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.102 s
[INFO] Finished at: 2023-10-27T09:20:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.118 s
[INFO] Finished at: 2023-10-27T09:20:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/admin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.067 s
[INFO] Finished at: 2023-10-27T09:20:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.993 s
[INFO] Finished at: 2023-10-27T09:20:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.009 s
[INFO] Finished at: 2023-10-27T09:20:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.163 s
[INFO] Finished at: 2023-10-27T09:20:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 133ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.553 s
[INFO] Finished at: 2023-10-27T09:20:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/middleware/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/middleware/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/middleware/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.180 s
[INFO] Finished at: 2023-10-27T09:20:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/redirects/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.996 s
[INFO] Finished at: 2023-10-27T09:21:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 133ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.691 s
[INFO] Finished at: 2023-10-27T09:21:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/admin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.630 s
[INFO] Finished at: 2023-10-27T09:21:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.963 s
[INFO] Finished at: 2023-10-27T09:21:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/management/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.590 s
[INFO] Finished at: 2023-10-27T09:21:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/management/commands/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.948 s
[INFO] Finished at: 2023-10-27T09:21:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/management/commands/remove_stale_contenttypes/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/management/commands/remove_stale_contenttypes/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/management/commands/remove_stale_contenttypes/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.459 s
[INFO] Finished at: 2023-10-27T09:21:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.016 s
[INFO] Finished at: 2023-10-27T09:21:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/migrations/0002_remove_content_type_name/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/migrations/0002_remove_content_type_name/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.270 s
[INFO] Finished at: 2023-10-27T09:21:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.508 s
[INFO] Finished at: 2023-10-27T09:21:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/forms/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/forms/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/forms/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.579 s
[INFO] Finished at: 2023-10-27T09:21:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/fields/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.883 s
[INFO] Finished at: 2023-10-27T09:21:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.300 s
[INFO] Finished at: 2023-10-27T09:21:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/checks/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.255 s
[INFO] Finished at: 2023-10-27T09:21:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/contenttypes/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.302 s
[INFO] Finished at: 2023-10-27T09:21:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.959 s
[INFO] Finished at: 2023-10-27T09:21:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/validators/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/validators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/validators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.284 s
[INFO] Finished at: 2023-10-27T09:22:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/expressions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/expressions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/expressions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.114 s
[INFO] Finished at: 2023-10-27T09:22:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/serializers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/serializers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/serializers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.111 s
[INFO] Finished at: 2023-10-27T09:22:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/functions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/functions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/functions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.029 s
[INFO] Finished at: 2023-10-27T09:22:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.976 s
[INFO] Finished at: 2023-10-27T09:22:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.997 s
[INFO] Finished at: 2023-10-27T09:22:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/signals/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/signals/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/signals/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.238 s
[INFO] Finished at: 2023-10-27T09:22:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/search/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/search/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/search/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.142 s
[INFO] Finished at: 2023-10-27T09:22:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.204 s
[INFO] Finished at: 2023-10-27T09:22:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/forms/array/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/forms/array/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/forms/array/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.942 s
[INFO] Finished at: 2023-10-27T09:22:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/forms/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/forms/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/forms/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.958 s
[INFO] Finished at: 2023-10-27T09:22:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/forms/hstore/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/forms/hstore/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/forms/hstore/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.373 s
[INFO] Finished at: 2023-10-27T09:22:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/forms/ranges/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/forms/ranges/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.433 s
[INFO] Finished at: 2023-10-27T09:22:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/indexes/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/indexes/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/indexes/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.804 s
[INFO] Finished at: 2023-10-27T09:22:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/constraints/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/constraints/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/constraints/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.942 s
[INFO] Finished at: 2023-10-27T09:22:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/array/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/array/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/array/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.342 s
[INFO] Finished at: 2023-10-27T09:23:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.058 s
[INFO] Finished at: 2023-10-27T09:23:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.102 s
[INFO] Finished at: 2023-10-27T09:23:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/hstore/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/hstore/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/hstore/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.519 s
[INFO] Finished at: 2023-10-27T09:23:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/jsonb/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/jsonb/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/jsonb/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.991 s
[INFO] Finished at: 2023-10-27T09:23:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/ranges/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/ranges/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/ranges/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.996 s
[INFO] Finished at: 2023-10-27T09:23:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/citext/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/citext/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/fields/citext/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.167 s
[INFO] Finished at: 2023-10-27T09:23:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.311 s
[INFO] Finished at: 2023-10-27T09:23:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/lookups/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/lookups/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/lookups/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.164 s
[INFO] Finished at: 2023-10-27T09:23:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/aggregates/statistics/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/aggregates/statistics/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/aggregates/statistics/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.163 s
[INFO] Finished at: 2023-10-27T09:23:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/aggregates/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/aggregates/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/aggregates/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.952 s
[INFO] Finished at: 2023-10-27T09:23:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/aggregates/mixins/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/aggregates/mixins/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.375 s
[INFO] Finished at: 2023-10-27T09:23:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/aggregates/general/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/aggregates/general/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/postgres/aggregates/general/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.244 s
[INFO] Finished at: 2023-10-27T09:23:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.034 s
[INFO] Finished at: 2023-10-27T09:23:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.992 s
[INFO] Finished at: 2023-10-27T09:23:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.020 s
[INFO] Finished at: 2023-10-27T09:23:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/commands/runserver/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/commands/runserver/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.153 s
[INFO] Finished at: 2023-10-27T09:23:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/commands/collectstatic/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/commands/collectstatic/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.234 s
[INFO] Finished at: 2023-10-27T09:24:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/commands/findstatic/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/commands/findstatic/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/management/commands/findstatic/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.202 s
[INFO] Finished at: 2023-10-27T09:24:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.201 s
[INFO] Finished at: 2023-10-27T09:24:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/storage/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/storage/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/storage/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.812 s
[INFO] Finished at: 2023-10-27T09:24:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/finders/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/finders/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/finders/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.943 s
[INFO] Finished at: 2023-10-27T09:24:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/handlers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/handlers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/handlers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.343 s
[INFO] Finished at: 2023-10-27T09:24:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/testing/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/testing/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/testing/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.022 s
[INFO] Finished at: 2023-10-27T09:24:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.012 s
[INFO] Finished at: 2023-10-27T09:24:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.043 s
[INFO] Finished at: 2023-10-27T09:24:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/checks/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.094 s
[INFO] Finished at: 2023-10-27T09:24:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 128ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/staticfiles/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.139 s
[INFO] Finished at: 2023-10-27T09:24:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/syndication/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/syndication/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/syndication/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.187 s
[INFO] Finished at: 2023-10-27T09:24:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/syndication/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/syndication/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/syndication/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.055 s
[INFO] Finished at: 2023-10-27T09:24:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/syndication/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/syndication/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/syndication/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.768 s
[INFO] Finished at: 2023-10-27T09:24:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.146 s
[INFO] Finished at: 2023-10-27T09:24:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 130ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.074 s
[INFO] Finished at: 2023-10-27T09:24:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.333 s
[INFO] Finished at: 2023-10-27T09:25:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/middleware/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/middleware/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/middleware/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.378 s
[INFO] Finished at: 2023-10-27T09:25:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.041 s
[INFO] Finished at: 2023-10-27T09:25:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/admindocs/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.080 s
[INFO] Finished at: 2023-10-27T09:25:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/serializers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/serializers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/serializers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.076 s
[INFO] Finished at: 2023-10-27T09:25:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.170 s
[INFO] Finished at: 2023-10-27T09:25:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 125ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.139 s
[INFO] Finished at: 2023-10-27T09:25:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/management/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.990 s
[INFO] Finished at: 2023-10-27T09:25:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 131ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.387 s
[INFO] Finished at: 2023-10-27T09:25:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/management/commands/clearsessions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/management/commands/clearsessions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/management/commands/clearsessions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.388 s
[INFO] Finished at: 2023-10-27T09:25:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.028 s
[INFO] Finished at: 2023-10-27T09:25:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.649 s
[INFO] Finished at: 2023-10-27T09:25:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/base_session/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/base_session/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/base_session/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.284 s
[INFO] Finished at: 2023-10-27T09:25:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/cache/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/cache/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/cache/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.312 s
[INFO] Finished at: 2023-10-27T09:25:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.052 s
[INFO] Finished at: 2023-10-27T09:25:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/db/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/db/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/db/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.008 s
[INFO] Finished at: 2023-10-27T09:25:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/file/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/file/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/file/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.728 s
[INFO] Finished at: 2023-10-27T09:26:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/signed_cookies/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/signed_cookies/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.211 s
[INFO] Finished at: 2023-10-27T09:26:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.865 s
[INFO] Finished at: 2023-10-27T09:26:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 126ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/cached_db/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/backends/cached_db/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.529 s
[INFO] Finished at: 2023-10-27T09:26:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/middleware/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/middleware/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/middleware/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.366 s
[INFO] Finished at: 2023-10-27T09:26:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/exceptions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 125ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/exceptions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/exceptions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.399 s
[INFO] Finished at: 2023-10-27T09:26:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sessions/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.559 s
[INFO] Finished at: 2023-10-27T09:26:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.173 s
[INFO] Finished at: 2023-10-27T09:26:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/management/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.179 s
[INFO] Finished at: 2023-10-27T09:26:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.613 s
[INFO] Finished at: 2023-10-27T09:26:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/management/commands/ping_google/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/management/commands/ping_google/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.380 s
[INFO] Finished at: 2023-10-27T09:26:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.519 s
[INFO] Finished at: 2023-10-27T09:26:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 130ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sitemaps/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.752 s
[INFO] Finished at: 2023-10-27T09:26:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/templatetags/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/templatetags/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/templatetags/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.246 s
[INFO] Finished at: 2023-10-27T09:26:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/templatetags/flatpages/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/templatetags/flatpages/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/templatetags/flatpages/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.437 s
[INFO] Finished at: 2023-10-27T09:26:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.329 s
[INFO] Finished at: 2023-10-27T09:27:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/admin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.308 s
[INFO] Finished at: 2023-10-27T09:27:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.057 s
[INFO] Finished at: 2023-10-27T09:27:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.052 s
[INFO] Finished at: 2023-10-27T09:27:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.803 s
[INFO] Finished at: 2023-10-27T09:27:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/forms/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/forms/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/forms/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.417 s
[INFO] Finished at: 2023-10-27T09:27:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/sitemaps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/sitemaps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/sitemaps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.134 s
[INFO] Finished at: 2023-10-27T09:27:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.099 s
[INFO] Finished at: 2023-10-27T09:27:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/middleware/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/middleware/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/middleware/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.031 s
[INFO] Finished at: 2023-10-27T09:27:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.182 s
[INFO] Finished at: 2023-10-27T09:27:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/flatpages/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.286 s
[INFO] Finished at: 2023-10-27T09:27:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/validators/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/validators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/validators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.044 s
[INFO] Finished at: 2023-10-27T09:27:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/tokens/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/tokens/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/tokens/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.471 s
[INFO] Finished at: 2023-10-27T09:27:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 141ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.413 s
[INFO] Finished at: 2023-10-27T09:27:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/admin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 128ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.231 s
[INFO] Finished at: 2023-10-27T09:27:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.589 s
[INFO] Finished at: 2023-10-27T09:27:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/signals/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/signals/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/signals/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.116 s
[INFO] Finished at: 2023-10-27T09:28:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/management/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.144 s
[INFO] Finished at: 2023-10-27T09:28:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/management/commands/createsuperuser/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/management/commands/createsuperuser/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/management/commands/createsuperuser/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.984 s
[INFO] Finished at: 2023-10-27T09:28:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 138ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.158 s
[INFO] Finished at: 2023-10-27T09:28:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/management/commands/changepassword/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/management/commands/changepassword/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.937 s
[INFO] Finished at: 2023-10-27T09:28:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/mixins/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/mixins/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/mixins/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.443 s
[INFO] Finished at: 2023-10-27T09:28:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/context_processors/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/context_processors/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/context_processors/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.291 s
[INFO] Finished at: 2023-10-27T09:28:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/password_validation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/password_validation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/password_validation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.662 s
[INFO] Finished at: 2023-10-27T09:28:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0010_alter_group_name_max_length/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0010_alter_group_name_max_length/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.096 s
[INFO] Finished at: 2023-10-27T09:28:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 135ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0003_alter_user_email_max_length/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0003_alter_user_email_max_length/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.110 s
[INFO] Finished at: 2023-10-27T09:28:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0009_alter_user_last_name_max_length/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0009_alter_user_last_name_max_length/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0009_alter_user_last_name_max_length/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.087 s
[INFO] Finished at: 2023-10-27T09:28:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0012_alter_user_first_name_max_length/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0012_alter_user_first_name_max_length/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.070 s
[INFO] Finished at: 2023-10-27T09:28:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.950 s
[INFO] Finished at: 2023-10-27T09:28:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0002_alter_permission_name_max_length/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0002_alter_permission_name_max_length/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.105 s
[INFO] Finished at: 2023-10-27T09:28:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0004_alter_user_username_opts/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0004_alter_user_username_opts/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.244 s
[INFO] Finished at: 2023-10-27T09:28:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0007_alter_validators_add_error_messages/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0007_alter_validators_add_error_messages/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.162 s
[INFO] Finished at: 2023-10-27T09:28:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 127ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.417 s
[INFO] Finished at: 2023-10-27T09:29:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0006_require_contenttypes_0002/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0006_require_contenttypes_0002/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0006_require_contenttypes_0002/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.074 s
[INFO] Finished at: 2023-10-27T09:29:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0005_alter_user_last_login_null/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0005_alter_user_last_login_null/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.068 s
[INFO] Finished at: 2023-10-27T09:29:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0011_update_proxy_permissions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0011_update_proxy_permissions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.305 s
[INFO] Finished at: 2023-10-27T09:29:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0008_alter_user_username_max_length/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/migrations/0008_alter_user_username_max_length/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.165 s
[INFO] Finished at: 2023-10-27T09:29:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/forms/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/forms/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/forms/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.506 s
[INFO] Finished at: 2023-10-27T09:29:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/backends/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/backends/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/backends/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.795 s
[INFO] Finished at: 2023-10-27T09:29:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/hashers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/hashers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/hashers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.986 s
[INFO] Finished at: 2023-10-27T09:29:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/handlers/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/handlers/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/handlers/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.986 s
[INFO] Finished at: 2023-10-27T09:29:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/handlers/modwsgi/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/handlers/modwsgi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/handlers/modwsgi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.174 s
[INFO] Finished at: 2023-10-27T09:29:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.202 s
[INFO] Finished at: 2023-10-27T09:29:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/middleware/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/middleware/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/middleware/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.197 s
[INFO] Finished at: 2023-10-27T09:29:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.113 s
[INFO] Finished at: 2023-10-27T09:29:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/base_user/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/base_user/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/base_user/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.423 s
[INFO] Finished at: 2023-10-27T09:29:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/checks/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.740 s
[INFO] Finished at: 2023-10-27T09:29:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.202 s
[INFO] Finished at: 2023-10-27T09:30:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/decorators/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 143ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/decorators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/auth/decorators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.252 s
[INFO] Finished at: 2023-10-27T09:30:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/feeds/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/feeds/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/feeds/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.638 s
[INFO] Finished at: 2023-10-27T09:30:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/serializers/geojson/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/serializers/geojson/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/serializers/geojson/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.373 s
[INFO] Finished at: 2023-10-27T09:30:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/serializers/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/serializers/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/serializers/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.018 s
[INFO] Finished at: 2023-10-27T09:30:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/admin/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/admin/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/admin/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.121 s
[INFO] Finished at: 2023-10-27T09:30:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/admin/options/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/admin/options/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/admin/options/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.018 s
[INFO] Finished at: 2023-10-27T09:30:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/admin/widgets/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/admin/widgets/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.449 s
[INFO] Finished at: 2023-10-27T09:30:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.941 s
[INFO] Finished at: 2023-10-27T09:30:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/management/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.082 s
[INFO] Finished at: 2023-10-27T09:30:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/management/commands/inspectdb/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/management/commands/inspectdb/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.108 s
[INFO] Finished at: 2023-10-27T09:30:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.980 s
[INFO] Finished at: 2023-10-27T09:30:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/management/commands/ogrinspect/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/management/commands/ogrinspect/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.453 s
[INFO] Finished at: 2023-10-27T09:30:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/srs/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/srs/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/srs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.174 s
[INFO] Finished at: 2023-10-27T09:30:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.066 s
[INFO] Finished at: 2023-10-27T09:30:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/ogrinfo/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/ogrinfo/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/ogrinfo/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.405 s
[INFO] Finished at: 2023-10-27T09:30:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/ogrinspect/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/ogrinspect/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/ogrinspect/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.640 s
[INFO] Finished at: 2023-10-27T09:30:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/layermapping/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/layermapping/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/utils/layermapping/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.071 s
[INFO] Finished at: 2023-10-27T09:31:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/forms/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/forms/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/forms/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.032 s
[INFO] Finished at: 2023-10-27T09:31:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/forms/fields/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/forms/fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/forms/fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.522 s
[INFO] Finished at: 2023-10-27T09:31:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/forms/widgets/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/forms/widgets/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/forms/widgets/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.575 s
[INFO] Finished at: 2023-10-27T09:31:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/proxy/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/proxy/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.321 s
[INFO] Finished at: 2023-10-27T09:31:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/functions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/functions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.060 s
[INFO] Finished at: 2023-10-27T09:31:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 126ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.113 s
[INFO] Finished at: 2023-10-27T09:31:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.070 s
[INFO] Finished at: 2023-10-27T09:31:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/lookups/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/lookups/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.930 s
[INFO] Finished at: 2023-10-27T09:31:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/sql/conversion/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/sql/conversion/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.245 s
[INFO] Finished at: 2023-10-27T09:31:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/sql/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/sql/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.953 s
[INFO] Finished at: 2023-10-27T09:31:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/aggregates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/models/aggregates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.482 s
[INFO] Finished at: 2023-10-27T09:31:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.056 s
[INFO] Finished at: 2023-10-27T09:31:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 129ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.989 s
[INFO] Finished at: 2023-10-27T09:31:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.489 s
[INFO] Finished at: 2023-10-27T09:31:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 140ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.284 s
[INFO] Finished at: 2023-10-27T09:32:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.993 s
[INFO] Finished at: 2023-10-27T09:32:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.728 s
[INFO] Finished at: 2023-10-27T09:32:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/adapter/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/adapter/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.028 s
[INFO] Finished at: 2023-10-27T09:32:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.049 s
[INFO] Finished at: 2023-10-27T09:32:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.103 s
[INFO] Finished at: 2023-10-27T09:32:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/spatialite/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.319 s
[INFO] Finished at: 2023-10-27T09:32:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.749 s
[INFO] Finished at: 2023-10-27T09:32:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.259 s
[INFO] Finished at: 2023-10-27T09:32:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 132ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.233 s
[INFO] Finished at: 2023-10-27T09:32:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.940 s
[INFO] Finished at: 2023-10-27T09:32:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/pgraster/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/pgraster/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.683 s
[INFO] Finished at: 2023-10-27T09:32:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/schema/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 135ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.398 s
[INFO] Finished at: 2023-10-27T09:32:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/const/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/const/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.248 s
[INFO] Finished at: 2023-10-27T09:32:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/adapter/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/adapter/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.399 s
[INFO] Finished at: 2023-10-27T09:32:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/features/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.289 s
[INFO] Finished at: 2023-10-27T09:32:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 142ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/postgis/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.447 s
[INFO] Finished at: 2023-10-27T09:33:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.842 s
[INFO] Finished at: 2023-10-27T09:33:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/introspection/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.177 s
[INFO] Finished at: 2023-10-27T09:33:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.172 s
[INFO] Finished at: 2023-10-27T09:33:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.979 s
[INFO] Finished at: 2023-10-27T09:33:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.534 s
[INFO] Finished at: 2023-10-27T09:33:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/adapter/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/adapter/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/adapter/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.318 s
[INFO] Finished at: 2023-10-27T09:33:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.051 s
[INFO] Finished at: 2023-10-27T09:33:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/oracle/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.084 s
[INFO] Finished at: 2023-10-27T09:33:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.010 s
[INFO] Finished at: 2023-10-27T09:33:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.119 s
[INFO] Finished at: 2023-10-27T09:33:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.551 s
[INFO] Finished at: 2023-10-27T09:33:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/introspection/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.277 s
[INFO] Finished at: 2023-10-27T09:33:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.975 s
[INFO] Finished at: 2023-10-27T09:33:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.384 s
[INFO] Finished at: 2023-10-27T09:33:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.163 s
[INFO] Finished at: 2023-10-27T09:33:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/mysql/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.023 s
[INFO] Finished at: 2023-10-27T09:33:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/base/operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/base/operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.601 s
[INFO] Finished at: 2023-10-27T09:34:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/base/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/base/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.469 s
[INFO] Finished at: 2023-10-27T09:34:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/base/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/base/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/base/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.975 s
[INFO] Finished at: 2023-10-27T09:34:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/base/adapter/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/base/adapter/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.244 s
[INFO] Finished at: 2023-10-27T09:34:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/base/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/db/backends/base/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.295 s
[INFO] Finished at: 2023-10-27T09:34:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/measure/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 102ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/measure/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/measure/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.244 s
[INFO] Finished at: 2023-10-27T09:34:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/sitemaps/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/sitemaps/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/sitemaps/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.007 s
[INFO] Finished at: 2023-10-27T09:34:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/sitemaps/kml/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/sitemaps/kml/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/sitemaps/kml/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.481 s
[INFO] Finished at: 2023-10-27T09:34:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/sitemaps/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/sitemaps/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/sitemaps/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.353 s
[INFO] Finished at: 2023-10-27T09:34:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geoip2/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geoip2/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geoip2/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.965 s
[INFO] Finished at: 2023-10-27T09:34:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geoip2/resources/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geoip2/resources/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geoip2/resources/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.285 s
[INFO] Finished at: 2023-10-27T09:34:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geoip2/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 135ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geoip2/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geoip2/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.723 s
[INFO] Finished at: 2023-10-27T09:34:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/ptr/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/ptr/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/ptr/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.110 s
[INFO] Finished at: 2023-10-27T09:34:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/shortcuts/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/shortcuts/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/shortcuts/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.104 s
[INFO] Finished at: 2023-10-27T09:34:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/error/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/error/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/error/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.254 s
[INFO] Finished at: 2023-10-27T09:34:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 134ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/raster/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/raster/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.578 s
[INFO] Finished at: 2023-10-27T09:34:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/srs/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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;, "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/srs/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/srs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.365 s
[INFO] Finished at: 2023-10-27T09:35:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 126ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/errcheck/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/errcheck/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.377 s
[INFO] Finished at: 2023-10-27T09:35:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/ds/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/ds/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.599 s
[INFO] Finished at: 2023-10-27T09:35:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.966 s
[INFO] Finished at: 2023-10-27T09:35:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/geom/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/geom/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.647 s
[INFO] Finished at: 2023-10-27T09:35:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/generation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/prototypes/generation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.411 s
[INFO] Finished at: 2023-10-27T09:35:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/raster/source/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/raster/source/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.780 s
[INFO] Finished at: 2023-10-27T09:35:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/raster/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/raster/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/raster/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.007 s
[INFO] Finished at: 2023-10-27T09:35:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/raster/const/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/raster/const/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.275 s
[INFO] Finished at: 2023-10-27T09:35:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/raster/band/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/raster/band/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.731 s
[INFO] Finished at: 2023-10-27T09:35:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/raster/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/raster/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.418 s
[INFO] Finished at: 2023-10-27T09:35:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/field/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/field/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/field/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.589 s
[INFO] Finished at: 2023-10-27T09:35:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/srs/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/srs/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/srs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.849 s
[INFO] Finished at: 2023-10-27T09:35:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.054 s
[INFO] Finished at: 2023-10-27T09:35:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/geomtype/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/geomtype/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/geomtype/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.542 s
[INFO] Finished at: 2023-10-27T09:35:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/layer/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 132ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/layer/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/layer/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.710 s
[INFO] Finished at: 2023-10-27T09:36:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/envelope/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/envelope/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/envelope/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.702 s
[INFO] Finished at: 2023-10-27T09:36:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/feature/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/feature/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/feature/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.438 s
[INFO] Finished at: 2023-10-27T09:36:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/driver/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/driver/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/driver/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.296 s
[INFO] Finished at: 2023-10-27T09:36:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/libgdal/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/libgdal/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/libgdal/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.343 s
[INFO] Finished at: 2023-10-27T09:36:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/geometries/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/geometries/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/geometries/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.265 s
[INFO] Finished at: 2023-10-27T09:36:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.969 s
[INFO] Finished at: 2023-10-27T09:36:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/datasource/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/datasource/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/gdal/datasource/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.208 s
[INFO] Finished at: 2023-10-27T09:36:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geometry/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geometry/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geometry/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.055 s
[INFO] Finished at: 2023-10-27T09:36:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.024 s
[INFO] Finished at: 2023-10-27T09:36:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.093 s
[INFO] Finished at: 2023-10-27T09:36:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/error/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/error/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/error/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.954 s
[INFO] Finished at: 2023-10-27T09:36:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/io/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/io/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/io/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.067 s
[INFO] Finished at: 2023-10-27T09:36:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/io/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/io/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/io/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.935 s
[INFO] Finished at: 2023-10-27T09:36:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/errcheck/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/errcheck/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.258 s
[INFO] Finished at: 2023-10-27T09:36:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.074 s
[INFO] Finished at: 2023-10-27T09:36:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/misc/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/misc/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.085 s
[INFO] Finished at: 2023-10-27T09:36:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/predicates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/predicates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.163 s
[INFO] Finished at: 2023-10-27T09:37:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/geom/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/geom/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.211 s
[INFO] Finished at: 2023-10-27T09:37:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/threadsafe/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/threadsafe/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/threadsafe/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.212 s
[INFO] Finished at: 2023-10-27T09:37:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/topology/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/topology/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/topology/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.236 s
[INFO] Finished at: 2023-10-27T09:37:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/prepared/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/prepared/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/prepared/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.171 s
[INFO] Finished at: 2023-10-27T09:37:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/coordseq/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prototypes/coordseq/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.392 s
[INFO] Finished at: 2023-10-27T09:37:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/factory/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/factory/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/factory/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.136 s
[INFO] Finished at: 2023-10-27T09:37:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.115 s
[INFO] Finished at: 2023-10-27T09:37:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/point/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/point/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/point/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.550 s
[INFO] Finished at: 2023-10-27T09:37:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prepared/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prepared/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/prepared/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.224 s
[INFO] Finished at: 2023-10-27T09:37:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/mutable_list/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/mutable_list/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/mutable_list/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.134 s
[INFO] Finished at: 2023-10-27T09:37:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/libgeos/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/libgeos/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/libgeos/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.389 s
[INFO] Finished at: 2023-10-27T09:37:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/polygon/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/polygon/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/polygon/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.712 s
[INFO] Finished at: 2023-10-27T09:37:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/geometry/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/geometry/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/geometry/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.973 s
[INFO] Finished at: 2023-10-27T09:37:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/coordseq/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/coordseq/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/coordseq/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.896 s
[INFO] Finished at: 2023-10-27T09:37:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.005 s
[INFO] Finished at: 2023-10-27T09:38:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/collections/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/collections/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/collections/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.566 s
[INFO] Finished at: 2023-10-27T09:38:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/linestring/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/linestring/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/gis/geos/linestring/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.683 s
[INFO] Finished at: 2023-10-27T09:38:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.402 s
[INFO] Finished at: 2023-10-27T09:38:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/admin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.991 s
[INFO] Finished at: 2023-10-27T09:38:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.046 s
[INFO] Finished at: 2023-10-27T09:38:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/management/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/management/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/management/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.286 s
[INFO] Finished at: 2023-10-27T09:38:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/managers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/managers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/managers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.264 s
[INFO] Finished at: 2023-10-27T09:38:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.969 s
[INFO] Finished at: 2023-10-27T09:38:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.383 s
[INFO] Finished at: 2023-10-27T09:38:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/migrations/0002_alter_domain_unique/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/migrations/0002_alter_domain_unique/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.138 s
[INFO] Finished at: 2023-10-27T09:38:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/shortcuts/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/shortcuts/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/shortcuts/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.031 s
[INFO] Finished at: 2023-10-27T09:38:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/middleware/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/middleware/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/middleware/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.049 s
[INFO] Finished at: 2023-10-27T09:38:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.046 s
[INFO] Finished at: 2023-10-27T09:38:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/checks/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.087 s
[INFO] Finished at: 2023-10-27T09:38:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/requests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/requests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/sites/requests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.090 s
[INFO] Finished at: 2023-10-27T09:38:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/humanize/templatetags/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/humanize/templatetags/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/humanize/templatetags/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.041 s
[INFO] Finished at: 2023-10-27T09:38:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/humanize/templatetags/humanize/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/humanize/templatetags/humanize/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/humanize/templatetags/humanize/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.216 s
[INFO] Finished at: 2023-10-27T09:39:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/humanize/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/humanize/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/humanize/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.977 s
[INFO] Finished at: 2023-10-27T09:39:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/humanize/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/humanize/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/contrib/humanize/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.061 s
[INFO] Finished at: 2023-10-27T09:39:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/expressions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/expressions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/expressions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.867 s
[INFO] Finished at: 2023-10-27T09:39:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/window/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/window/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/window/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.363 s
[INFO] Finished at: 2023-10-27T09:39:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.438 s
[INFO] Finished at: 2023-10-27T09:39:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/mixins/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/mixins/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/mixins/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.273 s
[INFO] Finished at: 2023-10-27T09:39:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/comparison/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/comparison/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/comparison/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.695 s
[INFO] Finished at: 2023-10-27T09:39:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/datetime/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/datetime/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/datetime/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.005 s
[INFO] Finished at: 2023-10-27T09:39:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/math/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/math/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/math/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.550 s
[INFO] Finished at: 2023-10-27T09:39:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/text/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/text/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/functions/text/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.985 s
[INFO] Finished at: 2023-10-27T09:39:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 146ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.437 s
[INFO] Finished at: 2023-10-27T09:39:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/signals/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/signals/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/signals/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.152 s
[INFO] Finished at: 2023-10-27T09:39:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.389 s
[INFO] Finished at: 2023-10-27T09:40:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/indexes/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/indexes/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/indexes/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.452 s
[INFO] Finished at: 2023-10-27T09:40:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/constraints/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/constraints/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/constraints/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.093 s
[INFO] Finished at: 2023-10-27T09:40:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/query_utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/query_utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/query_utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.931 s
[INFO] Finished at: 2023-10-27T09:40:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/proxy/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/proxy/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/proxy/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.006 s
[INFO] Finished at: 2023-10-27T09:40:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/related_lookups/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/related_lookups/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.736 s
[INFO] Finished at: 2023-10-27T09:40:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  19.566 s
[INFO] Finished at: 2023-10-27T09:40:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/mixins/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/mixins/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/mixins/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.374 s
[INFO] Finished at: 2023-10-27T09:40:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/related_descriptors/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/related_descriptors/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.516 s
[INFO] Finished at: 2023-10-27T09:40:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/reverse_related/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/reverse_related/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/reverse_related/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.811 s
[INFO] Finished at: 2023-10-27T09:40:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/json/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/json/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/json/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.249 s
[INFO] Finished at: 2023-10-27T09:41:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/related/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/related/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/related/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.034 s
[INFO] Finished at: 2023-10-27T09:41:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/files/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/files/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/fields/files/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.208 s
[INFO] Finished at: 2023-10-27T09:41:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/enums/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/enums/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/enums/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.442 s
[INFO] Finished at: 2023-10-27T09:41:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/manager/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/manager/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/manager/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.673 s
[INFO] Finished at: 2023-10-27T09:41:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/query/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 144ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/query/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/query/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  19.253 s
[INFO] Finished at: 2023-10-27T09:41:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/constants/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/constants/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/constants/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.958 s
[INFO] Finished at: 2023-10-27T09:41:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/lookups/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/lookups/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/lookups/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.767 s
[INFO] Finished at: 2023-10-27T09:41:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/where/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/where/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/where/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.992 s
[INFO] Finished at: 2023-10-27T09:42:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/datastructures/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/datastructures/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/datastructures/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.613 s
[INFO] Finished at: 2023-10-27T09:42:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.064 s
[INFO] Finished at: 2023-10-27T09:42:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/compiler/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/compiler/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/compiler/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.926 s
[INFO] Finished at: 2023-10-27T09:42:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/subqueries/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/subqueries/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/subqueries/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.651 s
[INFO] Finished at: 2023-10-27T09:42:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/query/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/query/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/query/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  23.239 s
[INFO] Finished at: 2023-10-27T09:42:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/constants/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/constants/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/sql/constants/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.055 s
[INFO] Finished at: 2023-10-27T09:43:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/deletion/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/deletion/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/deletion/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.465 s
[INFO] Finished at: 2023-10-27T09:43:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/options/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/options/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/options/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.049 s
[INFO] Finished at: 2023-10-27T09:43:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  20.335 s
[INFO] Finished at: 2023-10-27T09:43:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/aggregates/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/aggregates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/models/aggregates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.708 s
[INFO] Finished at: 2023-10-27T09:43:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.224 s
[INFO] Finished at: 2023-10-27T09:43:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.982 s
[INFO] Finished at: 2023-10-27T09:43:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/graph/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 138ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/graph/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/graph/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.302 s
[INFO] Finished at: 2023-10-27T09:43:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/recorder/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/recorder/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/recorder/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.328 s
[INFO] Finished at: 2023-10-27T09:43:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.075 s
[INFO] Finished at: 2023-10-27T09:44:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.128 s
[INFO] Finished at: 2023-10-27T09:44:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/fields/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.047 s
[INFO] Finished at: 2023-10-27T09:44:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/special/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/special/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/special/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.776 s
[INFO] Finished at: 2023-10-27T09:44:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/operations/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.429 s
[INFO] Finished at: 2023-10-27T09:44:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/loader/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/loader/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/loader/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.401 s
[INFO] Finished at: 2023-10-27T09:44:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/executor/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/executor/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/executor/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.520 s
[INFO] Finished at: 2023-10-27T09:44:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/writer/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 129ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/writer/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/writer/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.198 s
[INFO] Finished at: 2023-10-27T09:44:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.952 s
[INFO] Finished at: 2023-10-27T09:44:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/serializer/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/serializer/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/serializer/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.056 s
[INFO] Finished at: 2023-10-27T09:44:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.474 s
[INFO] Finished at: 2023-10-27T09:44:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/autodetector/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/autodetector/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/autodetector/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14.161 s
[INFO] Finished at: 2023-10-27T09:45:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/questioner/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/questioner/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/questioner/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.743 s
[INFO] Finished at: 2023-10-27T09:45:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/migration/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/migration/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/migration/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.684 s
[INFO] Finished at: 2023-10-27T09:45:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/exceptions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/exceptions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/exceptions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.101 s
[INFO] Finished at: 2023-10-27T09:45:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/optimizer/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/optimizer/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/optimizer/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.324 s
[INFO] Finished at: 2023-10-27T09:45:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/state/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/state/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/migrations/state/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.138 s
[INFO] Finished at: 2023-10-27T09:45:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/ddl_references/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/ddl_references/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/ddl_references/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.042 s
[INFO] Finished at: 2023-10-27T09:45:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/creation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.063 s
[INFO] Finished at: 2023-10-27T09:45:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/functions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/functions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/functions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.202 s
[INFO] Finished at: 2023-10-27T09:45:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 124ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.405 s
[INFO] Finished at: 2023-10-27T09:45:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/introspection/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.633 s
[INFO] Finished at: 2023-10-27T09:45:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.353 s
[INFO] Finished at: 2023-10-27T09:45:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.701 s
[INFO] Finished at: 2023-10-27T09:45:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/schema/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.938 s
[INFO] Finished at: 2023-10-27T09:46:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/validation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 149ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/validation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/validation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.645 s
[INFO] Finished at: 2023-10-27T09:46:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/client/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 124ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.552 s
[INFO] Finished at: 2023-10-27T09:46:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/features/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.925 s
[INFO] Finished at: 2023-10-27T09:46:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 127ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/oracle/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.633 s
[INFO] Finished at: 2023-10-27T09:46:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 127ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.557 s
[INFO] Finished at: 2023-10-27T09:46:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/signals/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/signals/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/signals/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.304 s
[INFO] Finished at: 2023-10-27T09:46:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/creation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.516 s
[INFO] Finished at: 2023-10-27T09:46:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 142ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.661 s
[INFO] Finished at: 2023-10-27T09:46:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/introspection/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.498 s
[INFO] Finished at: 2023-10-27T09:46:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.941 s
[INFO] Finished at: 2023-10-27T09:46:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/schema/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.018 s
[INFO] Finished at: 2023-10-27T09:46:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/client/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.104 s
[INFO] Finished at: 2023-10-27T09:46:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/features/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.511 s
[INFO] Finished at: 2023-10-27T09:47:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/sqlite3/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.732 s
[INFO] Finished at: 2023-10-27T09:47:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.140 s
[INFO] Finished at: 2023-10-27T09:47:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/dummy/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/dummy/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/dummy/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.921 s
[INFO] Finished at: 2023-10-27T09:47:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/dummy/features/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/dummy/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/dummy/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.057 s
[INFO] Finished at: 2023-10-27T09:47:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/dummy/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/dummy/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/dummy/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.266 s
[INFO] Finished at: 2023-10-27T09:47:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/creation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.342 s
[INFO] Finished at: 2023-10-27T09:47:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.260 s
[INFO] Finished at: 2023-10-27T09:47:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/introspection/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.025 s
[INFO] Finished at: 2023-10-27T09:47:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.952 s
[INFO] Finished at: 2023-10-27T09:47:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/schema/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.122 s
[INFO] Finished at: 2023-10-27T09:47:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/client/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.290 s
[INFO] Finished at: 2023-10-27T09:47:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/features/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.490 s
[INFO] Finished at: 2023-10-27T09:47:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/postgresql/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.029 s
[INFO] Finished at: 2023-10-27T09:47:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.430 s
[INFO] Finished at: 2023-10-27T09:47:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.470 s
[INFO] Finished at: 2023-10-27T09:48:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/introspection/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.443 s
[INFO] Finished at: 2023-10-27T09:48:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.964 s
[INFO] Finished at: 2023-10-27T09:48:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/compiler/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/compiler/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/compiler/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.403 s
[INFO] Finished at: 2023-10-27T09:48:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/schema/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.541 s
[INFO] Finished at: 2023-10-27T09:48:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/validation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/validation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/validation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.321 s
[INFO] Finished at: 2023-10-27T09:48:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/client/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.358 s
[INFO] Finished at: 2023-10-27T09:48:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/features/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.851 s
[INFO] Finished at: 2023-10-27T09:48:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/mysql/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.391 s
[INFO] Finished at: 2023-10-27T09:48:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/creation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.187 s
[INFO] Finished at: 2023-10-27T09:48:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.037 s
[INFO] Finished at: 2023-10-27T09:48:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/introspection/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.636 s
[INFO] Finished at: 2023-10-27T09:48:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.946 s
[INFO] Finished at: 2023-10-27T09:48:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/schema/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.407 s
[INFO] Finished at: 2023-10-27T09:49:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/validation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/validation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/validation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.179 s
[INFO] Finished at: 2023-10-27T09:49:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/client/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.131 s
[INFO] Finished at: 2023-10-27T09:49:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/features/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.784 s
[INFO] Finished at: 2023-10-27T09:49:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/backends/base/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.466 s
[INFO] Finished at: 2023-10-27T09:49:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/transaction/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/transaction/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/db/transaction/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.535 s
[INFO] Finished at: 2023-10-27T09:49:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.178 s
[INFO] Finished at: 2023-10-27T09:49:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/response/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/response/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/response/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.821 s
[INFO] Finished at: 2023-10-27T09:49:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/request/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/request/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/request/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.566 s
[INFO] Finished at: 2023-10-27T09:49:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/cookie/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/cookie/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/cookie/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.104 s
[INFO] Finished at: 2023-10-27T09:49:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/multipartparser/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/multipartparser/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/http/multipartparser/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.252 s
[INFO] Finished at: 2023-10-27T09:49:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/defaultfilters/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/defaultfilters/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/defaultfilters/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.395 s
[INFO] Finished at: 2023-10-27T09:49:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/defaulttags/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/defaulttags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/defaulttags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.047 s
[INFO] Finished at: 2023-10-27T09:50:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loader/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loader/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loader/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.243 s
[INFO] Finished at: 2023-10-27T09:50:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/autoreload/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/autoreload/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/autoreload/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.360 s
[INFO] Finished at: 2023-10-27T09:50:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.054 s
[INFO] Finished at: 2023-10-27T09:50:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/context_processors/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/context_processors/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/context_processors/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.570 s
[INFO] Finished at: 2023-10-27T09:50:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.485 s
[INFO] Finished at: 2023-10-27T09:50:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loader_tags/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loader_tags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loader_tags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.245 s
[INFO] Finished at: 2023-10-27T09:50:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/smartif/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 137ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/smartif/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/smartif/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.178 s
[INFO] Finished at: 2023-10-27T09:50:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.960 s
[INFO] Finished at: 2023-10-27T09:50:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.079 s
[INFO] Finished at: 2023-10-27T09:50:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/dummy/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/dummy/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/dummy/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.282 s
[INFO] Finished at: 2023-10-27T09:50:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/jinja2/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/jinja2/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/jinja2/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.597 s
[INFO] Finished at: 2023-10-27T09:50:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/django/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/django/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/django/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.469 s
[INFO] Finished at: 2023-10-27T09:50:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 139ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/backends/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.349 s
[INFO] Finished at: 2023-10-27T09:50:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/context/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/context/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/context/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.963 s
[INFO] Finished at: 2023-10-27T09:50:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/response/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/response/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/response/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.370 s
[INFO] Finished at: 2023-10-27T09:50:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/library/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/library/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/library/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.095 s
[INFO] Finished at: 2023-10-27T09:51:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/filesystem/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/filesystem/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/filesystem/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.180 s
[INFO] Finished at: 2023-10-27T09:51:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/app_directories/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/app_directories/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/app_directories/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.968 s
[INFO] Finished at: 2023-10-27T09:51:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.979 s
[INFO] Finished at: 2023-10-27T09:51:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/cached/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/cached/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/cached/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.416 s
[INFO] Finished at: 2023-10-27T09:51:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/locmem/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 129ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/locmem/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/locmem/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.130 s
[INFO] Finished at: 2023-10-27T09:51:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/loaders/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.139 s
[INFO] Finished at: 2023-10-27T09:51:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/exceptions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/exceptions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/exceptions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.040 s
[INFO] Finished at: 2023-10-27T09:51:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/engine/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/engine/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/engine/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.751 s
[INFO] Finished at: 2023-10-27T09:51:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/template/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.373 s
[INFO] Finished at: 2023-10-27T09:51:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/__main__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/__main__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/__main__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.053 s
[INFO] Finished at: 2023-10-27T09:51:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/shortcuts/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/shortcuts/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/shortcuts/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.291 s
[INFO] Finished at: 2023-10-27T09:51:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/converters/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/converters/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/converters/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.157 s
[INFO] Finished at: 2023-10-27T09:51:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/resolvers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/resolvers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/resolvers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.522 s
[INFO] Finished at: 2023-10-27T09:51:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.305 s
[INFO] Finished at: 2023-10-27T09:52:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/conf/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/conf/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/conf/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.311 s
[INFO] Finished at: 2023-10-27T09:52:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.160 s
[INFO] Finished at: 2023-10-27T09:52:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/exceptions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/exceptions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/exceptions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.981 s
[INFO] Finished at: 2023-10-27T09:52:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/urls/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.509 s
[INFO] Finished at: 2023-10-27T09:52:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/validators/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/validators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/validators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.747 s
[INFO] Finished at: 2023-10-27T09:52:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/xml_serializer/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/xml_serializer/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/xml_serializer/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.765 s
[INFO] Finished at: 2023-10-27T09:52:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/python/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/python/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/python/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.551 s
[INFO] Finished at: 2023-10-27T09:52:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.792 s
[INFO] Finished at: 2023-10-27T09:52:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/json/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/json/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/json/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.366 s
[INFO] Finished at: 2023-10-27T09:52:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/pyyaml/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/pyyaml/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/pyyaml/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.277 s
[INFO] Finished at: 2023-10-27T09:52:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/jsonl/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/jsonl/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/jsonl/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.256 s
[INFO] Finished at: 2023-10-27T09:52:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/serializers/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.119 s
[INFO] Finished at: 2023-10-27T09:52:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.349 s
[INFO] Finished at: 2023-10-27T09:52:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.013 s
[INFO] Finished at: 2023-10-27T09:52:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/console/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/console/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/console/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.193 s
[INFO] Finished at: 2023-10-27T09:53:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/smtp/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/smtp/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/smtp/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.481 s
[INFO] Finished at: 2023-10-27T09:53:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.954 s
[INFO] Finished at: 2023-10-27T09:53:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/dummy/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/dummy/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/dummy/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.974 s
[INFO] Finished at: 2023-10-27T09:53:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/filebased/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/filebased/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/filebased/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.334 s
[INFO] Finished at: 2023-10-27T09:53:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/locmem/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/locmem/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/locmem/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.169 s
[INFO] Finished at: 2023-10-27T09:53:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/backends/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.060 s
[INFO] Finished at: 2023-10-27T09:53:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/message/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/message/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/mail/message/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.297 s
[INFO] Finished at: 2023-10-27T09:53:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/servers/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/servers/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/servers/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.034 s
[INFO] Finished at: 2023-10-27T09:53:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/servers/basehttp/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/servers/basehttp/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/servers/basehttp/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.758 s
[INFO] Finished at: 2023-10-27T09:53:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.304 s
[INFO] Finished at: 2023-10-27T09:53:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.129 s
[INFO] Finished at: 2023-10-27T09:53:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/redis/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/redis/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/redis/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.977 s
[INFO] Finished at: 2023-10-27T09:53:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.992 s
[INFO] Finished at: 2023-10-27T09:53:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/db/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/db/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/db/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.997 s
[INFO] Finished at: 2023-10-27T09:53:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/dummy/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/dummy/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/dummy/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.209 s
[INFO] Finished at: 2023-10-27T09:53:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/filebased/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/filebased/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/filebased/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.567 s
[INFO] Finished at: 2023-10-27T09:54:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/memcached/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/memcached/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/memcached/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.685 s
[INFO] Finished at: 2023-10-27T09:54:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/locmem/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/locmem/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/locmem/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.474 s
[INFO] Finished at: 2023-10-27T09:54:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/cache/backends/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.188 s
[INFO] Finished at: 2023-10-27T09:54:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.012 s
[INFO] Finished at: 2023-10-27T09:54:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/signals/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/signals/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/signals/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.995 s
[INFO] Finished at: 2023-10-27T09:54:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/color/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/color/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/color/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.295 s
[INFO] Finished at: 2023-10-27T09:54:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/templates/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/templates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/templates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.257 s
[INFO] Finished at: 2023-10-27T09:54:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.598 s
[INFO] Finished at: 2023-10-27T09:54:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.609 s
[INFO] Finished at: 2023-10-27T09:54:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/check/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/check/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/check/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.348 s
[INFO] Finished at: 2023-10-27T09:54:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/createcachetable/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/createcachetable/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/createcachetable/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.692 s
[INFO] Finished at: 2023-10-27T09:54:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/makemigrations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 128ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/makemigrations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/makemigrations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.462 s
[INFO] Finished at: 2023-10-27T09:54:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/flush/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/flush/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/flush/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.355 s
[INFO] Finished at: 2023-10-27T09:54:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/inspectdb/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/inspectdb/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/inspectdb/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.134 s
[INFO] Finished at: 2023-10-27T09:54:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/sqlsequencereset/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/sqlsequencereset/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/sqlsequencereset/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.278 s
[INFO] Finished at: 2023-10-27T09:55:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.959 s
[INFO] Finished at: 2023-10-27T09:55:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/test/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 138ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/test/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/test/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.215 s
[INFO] Finished at: 2023-10-27T09:55:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/sqlmigrate/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/sqlmigrate/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/sqlmigrate/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.370 s
[INFO] Finished at: 2023-10-27T09:55:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/startproject/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/startproject/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/startproject/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.209 s
[INFO] Finished at: 2023-10-27T09:55:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/diffsettings/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/diffsettings/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/diffsettings/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.392 s
[INFO] Finished at: 2023-10-27T09:55:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/migrate/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/migrate/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/migrate/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.688 s
[INFO] Finished at: 2023-10-27T09:55:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/sendtestemail/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/sendtestemail/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/sendtestemail/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.122 s
[INFO] Finished at: 2023-10-27T09:55:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/dumpdata/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/dumpdata/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/dumpdata/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.925 s
[INFO] Finished at: 2023-10-27T09:55:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/sqlflush/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/sqlflush/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/sqlflush/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.107 s
[INFO] Finished at: 2023-10-27T09:55:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/dbshell/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/dbshell/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/dbshell/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.157 s
[INFO] Finished at: 2023-10-27T09:55:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/shell/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/shell/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/shell/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.466 s
[INFO] Finished at: 2023-10-27T09:55:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/testserver/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/testserver/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/testserver/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.182 s
[INFO] Finished at: 2023-10-27T09:55:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/loaddata/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/loaddata/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/loaddata/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.650 s
[INFO] Finished at: 2023-10-27T09:55:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/startapp/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/startapp/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/startapp/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.042 s
[INFO] Finished at: 2023-10-27T09:55:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/makemessages/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/makemessages/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/makemessages/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.284 s
[INFO] Finished at: 2023-10-27T09:56:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/compilemessages/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/compilemessages/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/compilemessages/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.658 s
[INFO] Finished at: 2023-10-27T09:56:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/runserver/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/runserver/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.614 s
[INFO] Finished at: 2023-10-27T09:56:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/showmigrations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/showmigrations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/showmigrations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.702 s
[INFO] Finished at: 2023-10-27T09:56:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/squashmigrations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/squashmigrations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/commands/squashmigrations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.919 s
[INFO] Finished at: 2023-10-27T09:56:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/sql/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/sql/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/sql/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.295 s
[INFO] Finished at: 2023-10-27T09:56:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/management/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.814 s
[INFO] Finished at: 2023-10-27T09:56:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/paginator/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/paginator/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/paginator/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.649 s
[INFO] Finished at: 2023-10-27T09:56:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/uploadhandler/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/uploadhandler/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/uploadhandler/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.442 s
[INFO] Finished at: 2023-10-27T09:56:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/move/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/move/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/move/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.470 s
[INFO] Finished at: 2023-10-27T09:56:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.024 s
[INFO] Finished at: 2023-10-27T09:56:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/locks/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/locks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/locks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.359 s
[INFO] Finished at: 2023-10-27T09:56:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.422 s
[INFO] Finished at: 2023-10-27T09:56:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/uploadedfile/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/uploadedfile/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/uploadedfile/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.432 s
[INFO] Finished at: 2023-10-27T09:56:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/storage/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/storage/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/storage/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.963 s
[INFO] Finished at: 2023-10-27T09:56:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/temp/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/temp/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/temp/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.199 s
[INFO] Finished at: 2023-10-27T09:56:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/images/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/images/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/images/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.248 s
[INFO] Finished at: 2023-10-27T09:57:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/files/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.505 s
[INFO] Finished at: 2023-10-27T09:57:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/wsgi/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/wsgi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/wsgi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.059 s
[INFO] Finished at: 2023-10-27T09:57:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/signing/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/signing/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/signing/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.713 s
[INFO] Finished at: 2023-10-27T09:57:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/exception/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/exception/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/exception/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.378 s
[INFO] Finished at: 2023-10-27T09:57:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 131ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.002 s
[INFO] Finished at: 2023-10-27T09:57:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/wsgi/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/wsgi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/wsgi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.698 s
[INFO] Finished at: 2023-10-27T09:57:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/asgi/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/asgi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/asgi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.069 s
[INFO] Finished at: 2023-10-27T09:57:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/handlers/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.002 s
[INFO] Finished at: 2023-10-27T09:57:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/exceptions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/exceptions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/exceptions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.596 s
[INFO] Finished at: 2023-10-27T09:57:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/caches/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/caches/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/caches/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.341 s
[INFO] Finished at: 2023-10-27T09:57:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/templates/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/templates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/templates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.277 s
[INFO] Finished at: 2023-10-27T09:57:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/messages/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/messages/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/messages/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.394 s
[INFO] Finished at: 2023-10-27T09:57:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/translation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/translation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/translation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.355 s
[INFO] Finished at: 2023-10-27T09:57:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.121 s
[INFO] Finished at: 2023-10-27T09:57:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/database/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/database/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/database/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.093 s
[INFO] Finished at: 2023-10-27T09:58:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/files/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/files/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/files/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.093 s
[INFO] Finished at: 2023-10-27T09:58:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/security/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/security/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/security/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.959 s
[INFO] Finished at: 2023-10-27T09:58:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/security/sessions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/security/sessions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/security/sessions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.142 s
[INFO] Finished at: 2023-10-27T09:58:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/security/csrf/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 137ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/security/csrf/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/security/csrf/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.170 s
[INFO] Finished at: 2023-10-27T09:58:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/security/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/security/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/security/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.512 s
[INFO] Finished at: 2023-10-27T09:58:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.425 s
[INFO] Finished at: 2023-10-27T09:58:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/async_checks/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/async_checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/async_checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.058 s
[INFO] Finished at: 2023-10-27T09:58:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/model_checks/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/model_checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/model_checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.909 s
[INFO] Finished at: 2023-10-27T09:58:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/registry/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/registry/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/registry/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.373 s
[INFO] Finished at: 2023-10-27T09:58:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/compatibility/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/compatibility/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/compatibility/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.985 s
[INFO] Finished at: 2023-10-27T09:58:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/compatibility/django_4_0/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/compatibility/django_4_0/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/checks/compatibility/django_4_0/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.145 s
[INFO] Finished at: 2023-10-27T09:58:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/asgi/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/asgi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/core/asgi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.000 s
[INFO] Finished at: 2023-10-27T09:58:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/gzip/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/gzip/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/gzip/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.143 s
[INFO] Finished at: 2023-10-27T09:58:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/clickjacking/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/clickjacking/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/clickjacking/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.102 s
[INFO] Finished at: 2023-10-27T09:58:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/cache/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/cache/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/cache/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.467 s
[INFO] Finished at: 2023-10-27T09:58:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.002 s
[INFO] Finished at: 2023-10-27T09:58:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/common/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/common/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/common/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.526 s
[INFO] Finished at: 2023-10-27T09:59:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/http/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/http/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/http/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.177 s
[INFO] Finished at: 2023-10-27T09:59:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/locale/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/locale/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/locale/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.246 s
[INFO] Finished at: 2023-10-27T09:59:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/security/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/security/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/security/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.338 s
[INFO] Finished at: 2023-10-27T09:59:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/csrf/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/csrf/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/middleware/csrf/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.163 s
[INFO] Finished at: 2023-10-27T09:59:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/apps/config/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/apps/config/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/apps/config/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.774 s
[INFO] Finished at: 2023-10-27T09:59:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/apps/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/apps/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/apps/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.999 s
[INFO] Finished at: 2023-10-27T09:59:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/apps/registry/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/apps/registry/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/apps/registry/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.141 s
[INFO] Finished at: 2023-10-27T09:59:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/defaults/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/defaults/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/defaults/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.347 s
[INFO] Finished at: 2023-10-27T09:59:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/static/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/static/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/static/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.369 s
[INFO] Finished at: 2023-10-27T09:59:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.015 s
[INFO] Finished at: 2023-10-27T09:59:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.152 s
[INFO] Finished at: 2023-10-27T09:59:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/dates/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/dates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/dates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.120 s
[INFO] Finished at: 2023-10-27T09:59:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/list/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/list/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/list/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.507 s
[INFO] Finished at: 2023-10-27T09:59:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/edit/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/edit/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/edit/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.839 s
[INFO] Finished at: 2023-10-27T09:59:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/detail/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/detail/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/detail/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.482 s
[INFO] Finished at: 2023-10-27T09:59:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/generic/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.721 s
[INFO] Finished at: 2023-10-27T10:00:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/csrf/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/csrf/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/csrf/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.392 s
[INFO] Finished at: 2023-10-27T10:00:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/debug/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/debug/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/debug/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.629 s
[INFO] Finished at: 2023-10-27T10:00:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/gzip/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/gzip/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/gzip/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.984 s
[INFO] Finished at: 2023-10-27T10:00:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/clickjacking/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/clickjacking/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/clickjacking/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.204 s
[INFO] Finished at: 2023-10-27T10:00:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/vary/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/vary/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/vary/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.096 s
[INFO] Finished at: 2023-10-27T10:00:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/cache/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/cache/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.138 s
[INFO] Finished at: 2023-10-27T10:00:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.959 s
[INFO] Finished at: 2023-10-27T10:00:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/common/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/common/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/common/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.050 s
[INFO] Finished at: 2023-10-27T10:00:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/http/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/http/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/http/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.317 s
[INFO] Finished at: 2023-10-27T10:00:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/csrf/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/csrf/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/csrf/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.139 s
[INFO] Finished at: 2023-10-27T10:00:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/debug/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/debug/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/decorators/debug/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.326 s
[INFO] Finished at: 2023-10-27T10:00:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/i18n/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/i18n/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/views/i18n/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.934 s
[INFO] Finished at: 2023-10-27T10:00:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/dispatch/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/dispatch/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/dispatch/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.043 s
[INFO] Finished at: 2023-10-27T10:00:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/dispatch/dispatcher/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/dispatch/dispatcher/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/django/dispatch/dispatcher/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.660 s
[INFO] Finished at: 2023-10-27T10:00:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/urls_i18n/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/urls_i18n/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/urls_i18n/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.020 s
[INFO] Finished at: 2023-10-27T10:01:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.014 s
[INFO] Finished at: 2023-10-27T10:01:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/logconfig/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/logconfig/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/logconfig/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.094 s
[INFO] Finished at: 2023-10-27T10:01:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.241 s
[INFO] Finished at: 2023-10-27T10:01:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.982 s
[INFO] Finished at: 2023-10-27T10:01:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/logging_tests/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.168 s
[INFO] Finished at: 2023-10-27T10:01:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_filters/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_filters/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_filters/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.342 s
[INFO] Finished at: 2023-10-27T10:01:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_filters/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_filters/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_filters/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.018 s
[INFO] Finished at: 2023-10-27T10:01:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_filters/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_filters/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_filters/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.622 s
[INFO] Finished at: 2023-10-27T10:01:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_checks/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_checks/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_checks/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.251 s
[INFO] Finished at: 2023-10-27T10:01:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_checks/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_checks/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_checks/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.990 s
[INFO] Finished at: 2023-10-27T10:01:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_checks/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_checks/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_checks/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.814 s
[INFO] Finished at: 2023-10-27T10:01:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.069 s
[INFO] Finished at: 2023-10-27T10:01:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/management/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.024 s
[INFO] Finished at: 2023-10-27T10:02:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/management/commands/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.985 s
[INFO] Finished at: 2023-10-27T10:02:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/management/commands/test_command/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/management/commands/test_command/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/management/commands/test_command/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.096 s
[INFO] Finished at: 2023-10-27T10:02:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bash_completion/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.404 s
[INFO] Finished at: 2023-10-27T10:02:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_managers/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_managers/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_managers/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.664 s
[INFO] Finished at: 2023-10-27T10:02:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_managers/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_managers/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_managers/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.988 s
[INFO] Finished at: 2023-10-27T10:02:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_managers/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_managers/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_managers/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.163 s
[INFO] Finished at: 2023-10-27T10:02:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations/test_forms/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations/test_forms/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations/test_forms/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.995 s
[INFO] Finished at: 2023-10-27T10:02:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.405 s
[INFO] Finished at: 2023-10-27T10:02:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.992 s
[INFO] Finished at: 2023-10-27T10:02:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.704 s
[INFO] Finished at: 2023-10-27T10:02:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_utils/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_utils/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_utils/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.031 s
[INFO] Finished at: 2023-10-27T10:02:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_utils/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_utils/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_utils/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.093 s
[INFO] Finished at: 2023-10-27T10:02:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_formsets_regress/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_formsets_regress/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_formsets_regress/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.270 s
[INFO] Finished at: 2023-10-27T10:02:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_formsets_regress/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_formsets_regress/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_formsets_regress/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.961 s
[INFO] Finished at: 2023-10-27T10:02:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_formsets_regress/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_formsets_regress/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_formsets_regress/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.267 s
[INFO] Finished at: 2023-10-27T10:03:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/one_to_one/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/one_to_one/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/one_to_one/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.378 s
[INFO] Finished at: 2023-10-27T10:03:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/one_to_one/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/one_to_one/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/one_to_one/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.983 s
[INFO] Finished at: 2023-10-27T10:03:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/one_to_one/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/one_to_one/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/one_to_one/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.826 s
[INFO] Finished at: 2023-10-27T10:03:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validators/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validators/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validators/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.947 s
[INFO] Finished at: 2023-10-27T10:03:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validators/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validators/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validators/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.605 s
[INFO] Finished at: 2023-10-27T10:03:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update_only_fields/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update_only_fields/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update_only_fields/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.244 s
[INFO] Finished at: 2023-10-27T10:03:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update_only_fields/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 143ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update_only_fields/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update_only_fields/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.173 s
[INFO] Finished at: 2023-10-27T10:03:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update_only_fields/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update_only_fields/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update_only_fields/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.139 s
[INFO] Finished at: 2023-10-27T10:03:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/pagination/custom/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/pagination/custom/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/pagination/custom/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.222 s
[INFO] Finished at: 2023-10-27T10:03:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/pagination/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/pagination/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/pagination/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.048 s
[INFO] Finished at: 2023-10-27T10:03:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/pagination/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/pagination/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/pagination/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.952 s
[INFO] Finished at: 2023-10-27T10:03:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/pagination/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/pagination/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/pagination/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.123 s
[INFO] Finished at: 2023-10-27T10:04:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations_regress/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations_regress/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations_regress/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.709 s
[INFO] Finished at: 2023-10-27T10:04:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations_regress/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations_regress/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations_regress/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.997 s
[INFO] Finished at: 2023-10-27T10:04:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations_regress/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 131ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations_regress/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_relations_regress/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.191 s
[INFO] Finished at: 2023-10-27T10:04:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_autodiscover/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_autodiscover/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_autodiscover/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.039 s
[INFO] Finished at: 2023-10-27T10:04:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_autodiscover/admin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_autodiscover/admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_autodiscover/admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.038 s
[INFO] Finished at: 2023-10-27T10:04:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_autodiscover/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_autodiscover/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_autodiscover/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.078 s
[INFO] Finished at: 2023-10-27T10:04:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_autodiscover/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_autodiscover/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_autodiscover/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.030 s
[INFO] Finished at: 2023-10-27T10:04:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_functional/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_functional/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_functional/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.012 s
[INFO] Finished at: 2023-10-27T10:04:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_datastructures/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_datastructures/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_datastructures/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.457 s
[INFO] Finished at: 2023-10-27T10:04:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_archive/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_archive/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_archive/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.497 s
[INFO] Finished at: 2023-10-27T10:04:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_autoreload/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_autoreload/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_autoreload/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.701 s
[INFO] Finished at: 2023-10-27T10:04:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_ipv6/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_ipv6/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_ipv6/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.303 s
[INFO] Finished at: 2023-10-27T10:04:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_lazyobject/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_lazyobject/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_lazyobject/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.126 s
[INFO] Finished at: 2023-10-27T10:05:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_jslex/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_jslex/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_jslex/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.277 s
[INFO] Finished at: 2023-10-27T10:05:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_lorem_ipsum/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_lorem_ipsum/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_lorem_ipsum/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.400 s
[INFO] Finished at: 2023-10-27T10:05:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_numberformat/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_numberformat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_numberformat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.822 s
[INFO] Finished at: 2023-10-27T10:05:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/good_module/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/good_module/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/good_module/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.006 s
[INFO] Finished at: 2023-10-27T10:05:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/another_good_module/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/another_good_module/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/another_good_module/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.028 s
[INFO] Finished at: 2023-10-27T10:05:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/child_module/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/child_module/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/child_module/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.095 s
[INFO] Finished at: 2023-10-27T10:05:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/child_module/grandchild_module/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/child_module/grandchild_module/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/child_module/grandchild_module/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.005 s
[INFO] Finished at: 2023-10-27T10:05:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.141 s
[INFO] Finished at: 2023-10-27T10:05:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/another_bad_module/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/another_bad_module/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/another_bad_module/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.029 s
[INFO] Finished at: 2023-10-27T10:05:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/__main__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/__main__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/__main__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.960 s
[INFO] Finished at: 2023-10-27T10:05:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/bad_module/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/bad_module/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/bad_module/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.974 s
[INFO] Finished at: 2023-10-27T10:05:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/main_module/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/main_module/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module/main_module/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.031 s
[INFO] Finished at: 2023-10-27T10:05:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_html/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 136ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_html/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_html/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.539 s
[INFO] Finished at: 2023-10-27T10:05:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.041 s
[INFO] Finished at: 2023-10-27T10:05:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_os_utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_os_utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_os_utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.225 s
[INFO] Finished at: 2023-10-27T10:05:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.944 s
[INFO] Finished at: 2023-10-27T10:05:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.065 s
[INFO] Finished at: 2023-10-27T10:06:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_no_submodule/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_no_submodule/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_no_submodule/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.967 s
[INFO] Finished at: 2023-10-27T10:06:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_inspect/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_inspect/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_inspect/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.425 s
[INFO] Finished at: 2023-10-27T10:06:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module_loading/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module_loading/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_module_loading/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.696 s
[INFO] Finished at: 2023-10-27T10:06:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_baseconv/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_baseconv/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_baseconv/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.424 s
[INFO] Finished at: 2023-10-27T10:06:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_datetime_safe/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_datetime_safe/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_datetime_safe/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.473 s
[INFO] Finished at: 2023-10-27T10:06:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_duration/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_duration/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_duration/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.437 s
[INFO] Finished at: 2023-10-27T10:06:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_timesince/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 163ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_timesince/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_timesince/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.275 s
[INFO] Finished at: 2023-10-27T10:06:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_hashable/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_hashable/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_hashable/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.714 s
[INFO] Finished at: 2023-10-27T10:06:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_connection/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_connection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_connection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.093 s
[INFO] Finished at: 2023-10-27T10:06:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_regex_helper/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_regex_helper/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_regex_helper/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.285 s
[INFO] Finished at: 2023-10-27T10:06:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_encoding/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_encoding/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_encoding/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.785 s
[INFO] Finished at: 2023-10-27T10:06:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_dateformat/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_dateformat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_dateformat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.810 s
[INFO] Finished at: 2023-10-27T10:06:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_safestring/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_safestring/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_safestring/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.421 s
[INFO] Finished at: 2023-10-27T10:06:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_decorators/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_decorators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_decorators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.351 s
[INFO] Finished at: 2023-10-27T10:06:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_timezone/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_timezone/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_timezone/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.779 s
[INFO] Finished at: 2023-10-27T10:07:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_http/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_http/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_http/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.953 s
[INFO] Finished at: 2023-10-27T10:07:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_dateparse/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_dateparse/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_dateparse/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.779 s
[INFO] Finished at: 2023-10-27T10:07:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_crypto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 102ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_crypto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_crypto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.830 s
[INFO] Finished at: 2023-10-27T10:07:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_feedgenerator/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_feedgenerator/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_feedgenerator/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.556 s
[INFO] Finished at: 2023-10-27T10:07:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_termcolors/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_termcolors/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_termcolors/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.764 s
[INFO] Finished at: 2023-10-27T10:07:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_text/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_text/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_text/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.651 s
[INFO] Finished at: 2023-10-27T10:07:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_simplelazyobject/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_simplelazyobject/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_simplelazyobject/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.063 s
[INFO] Finished at: 2023-10-27T10:07:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_topological_sort/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_topological_sort/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_topological_sort/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.267 s
[INFO] Finished at: 2023-10-27T10:07:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_tree/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_tree/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/utils_tests/test_tree/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.538 s
[INFO] Finished at: 2023-10-27T10:07:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.963 s
[INFO] Finished at: 2023-10-27T10:07:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.551 s
[INFO] Finished at: 2023-10-27T10:07:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.325 s
[INFO] Finished at: 2023-10-27T10:07:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 133ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.033 s
[INFO] Finished at: 2023-10-27T10:07:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_order_with_respect_to/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_order_with_respect_to/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_order_with_respect_to/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.062 s
[INFO] Finished at: 2023-10-27T10:08:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_management/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_management/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_management/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.383 s
[INFO] Finished at: 2023-10-27T10:08:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.789 s
[INFO] Finished at: 2023-10-27T10:08:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_checks/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.658 s
[INFO] Finished at: 2023-10-27T10:08:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.037 s
[INFO] Finished at: 2023-10-27T10:08:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/operations_migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/operations_migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/operations_migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.973 s
[INFO] Finished at: 2023-10-27T10:08:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/operations_migrations/0002_rename_foo/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/operations_migrations/0002_rename_foo/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/operations_migrations/0002_rename_foo/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.108 s
[INFO] Finished at: 2023-10-27T10:08:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/operations_migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/operations_migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/operations_migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.048 s
[INFO] Finished at: 2023-10-27T10:08:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_fields/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 139ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/contenttypes_tests/test_fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.307 s
[INFO] Finished at: 2023-10-27T10:08:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.555 s
[INFO] Finished at: 2023-10-27T10:08:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_sitemaps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 144ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_sitemaps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_sitemaps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.208 s
[INFO] Finished at: 2023-10-27T10:08:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_forms/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_forms/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_forms/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.504 s
[INFO] Finished at: 2023-10-27T10:08:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.185 s
[INFO] Finished at: 2023-10-27T10:08:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.211 s
[INFO] Finished at: 2023-10-27T10:08:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/settings/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/settings/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/settings/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.182 s
[INFO] Finished at: 2023-10-27T10:08:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/no_slash_urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/no_slash_urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.029 s
[INFO] Finished at: 2023-10-27T10:08:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_templatetags/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_templatetags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_templatetags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.442 s
[INFO] Finished at: 2023-10-27T10:08:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.128 s
[INFO] Finished at: 2023-10-27T10:09:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_csrf/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_csrf/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.446 s
[INFO] Finished at: 2023-10-27T10:09:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_middleware/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_middleware/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/test_middleware/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.721 s
[INFO] Finished at: 2023-10-27T10:09:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/absolute_urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/absolute_urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/flatpages_tests/absolute_urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.053 s
[INFO] Finished at: 2023-10-27T10:09:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_many/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_many/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_many/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.328 s
[INFO] Finished at: 2023-10-27T10:09:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_many/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_many/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_many/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.049 s
[INFO] Finished at: 2023-10-27T10:09:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_many/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_many/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_many/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.449 s
[INFO] Finished at: 2023-10-27T10:09:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_files/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_files/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_files/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.230 s
[INFO] Finished at: 2023-10-27T10:09:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_model_field_deprecation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_model_field_deprecation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_model_field_deprecation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.305 s
[INFO] Finished at: 2023-10-27T10:09:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_translation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_translation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_translation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.547 s
[INFO] Finished at: 2023-10-27T10:09:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_4_0_compatibility/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_4_0_compatibility/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_4_0_compatibility/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.094 s
[INFO] Finished at: 2023-10-27T10:09:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.047 s
[INFO] Finished at: 2023-10-27T10:09:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_caches/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_caches/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_caches/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.677 s
[INFO] Finished at: 2023-10-27T10:09:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.093 s
[INFO] Finished at: 2023-10-27T10:09:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_async_checks/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_async_checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_async_checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.029 s
[INFO] Finished at: 2023-10-27T10:09:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_templates/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_templates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_templates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.480 s
[INFO] Finished at: 2023-10-27T10:09:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_database/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_database/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_database/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.375 s
[INFO] Finished at: 2023-10-27T10:10:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_model_checks/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_model_checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_model_checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.212 s
[INFO] Finished at: 2023-10-27T10:10:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_multi_db/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_multi_db/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_multi_db/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.283 s
[INFO] Finished at: 2023-10-27T10:10:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/include_contains_tuple/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/include_contains_tuple/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/include_contains_tuple/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.269 s
[INFO] Finished at: 2023-10-27T10:10:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/bad_class_based_error_handlers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/bad_class_based_error_handlers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/bad_class_based_error_handlers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.042 s
[INFO] Finished at: 2023-10-27T10:10:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/beginning_with_slash/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/beginning_with_slash/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/beginning_with_slash/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.026 s
[INFO] Finished at: 2023-10-27T10:10:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/bad_error_handlers_invalid_path/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/bad_error_handlers_invalid_path/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/bad_error_handlers_invalid_path/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.995 s
[INFO] Finished at: 2023-10-27T10:10:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/non_unique_namespaces/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/non_unique_namespaces/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/non_unique_namespaces/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.145 s
[INFO] Finished at: 2023-10-27T10:10:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.978 s
[INFO] Finished at: 2023-10-27T10:10:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/warning_in_include/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/warning_in_include/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/warning_in_include/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.059 s
[INFO] Finished at: 2023-10-27T10:10:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/no_warnings/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/no_warnings/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/no_warnings/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.126 s
[INFO] Finished at: 2023-10-27T10:10:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/name_with_colon/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/name_with_colon/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/name_with_colon/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.039 s
[INFO] Finished at: 2023-10-27T10:10:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/good_class_based_error_handlers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/good_class_based_error_handlers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/good_class_based_error_handlers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.005 s
[INFO] Finished at: 2023-10-27T10:10:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/include_with_dollar/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/include_with_dollar/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/include_with_dollar/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.024 s
[INFO] Finished at: 2023-10-27T10:10:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/good_function_based_error_handlers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/good_function_based_error_handlers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/good_function_based_error_handlers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.021 s
[INFO] Finished at: 2023-10-27T10:10:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/bad_function_based_error_handlers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/bad_function_based_error_handlers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/bad_function_based_error_handlers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.078 s
[INFO] Finished at: 2023-10-27T10:10:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/contains_tuple/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/contains_tuple/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/contains_tuple/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.062 s
[INFO] Finished at: 2023-10-27T10:10:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/no_warnings_i18n/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/no_warnings_i18n/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/no_warnings_i18n/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.088 s
[INFO] Finished at: 2023-10-27T10:11:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/unique_namespaces/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/unique_namespaces/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/unique_namespaces/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.218 s
[INFO] Finished at: 2023-10-27T10:11:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/cbv_as_view/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/cbv_as_view/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/cbv_as_view/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.051 s
[INFO] Finished at: 2023-10-27T10:11:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/path_compatibility/contains_re_named_group/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/path_compatibility/contains_re_named_group/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/path_compatibility/contains_re_named_group/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.075 s
[INFO] Finished at: 2023-10-27T10:11:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/path_compatibility/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/path_compatibility/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/path_compatibility/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.955 s
[INFO] Finished at: 2023-10-27T10:11:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/path_compatibility/beginning_with_caret/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/path_compatibility/beginning_with_caret/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/path_compatibility/beginning_with_caret/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.055 s
[INFO] Finished at: 2023-10-27T10:11:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/path_compatibility/ending_with_dollar/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/path_compatibility/ending_with_dollar/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/urls/path_compatibility/ending_with_dollar/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.986 s
[INFO] Finished at: 2023-10-27T10:11:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.950 s
[INFO] Finished at: 2023-10-27T10:11:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.058 s
[INFO] Finished at: 2023-10-27T10:11:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "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;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.234 s
[INFO] Finished at: 2023-10-27T10:11:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_security/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_security/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/check_framework/test_security/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.110 s
[INFO] Finished at: 2023-10-27T10:11:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.117 s
[INFO] Finished at: 2023-10-27T10:11:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/admin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.144 s
[INFO] Finished at: 2023-10-27T10:11:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.927 s
[INFO] Finished at: 2023-10-27T10:11:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/forms/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/forms/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/forms/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.061 s
[INFO] Finished at: 2023-10-27T10:11:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.118 s
[INFO] Finished at: 2023-10-27T10:11:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/timezones/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17.099 s
[INFO] Finished at: 2023-10-27T10:12:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/alternate_urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/alternate_urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/alternate_urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.048 s
[INFO] Finished at: 2023-10-27T10:12:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_autoreloader/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_autoreloader/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_autoreloader/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.542 s
[INFO] Finished at: 2023-10-27T10:12:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_custom/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_custom/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_custom/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.321 s
[INFO] Finished at: 2023-10-27T10:12:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_simple_tag/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_simple_tag/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.118 s
[INFO] Finished at: 2023-10-27T10:12:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_firstof/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_firstof/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.539 s
[INFO] Finished at: 2023-10-27T10:12:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_width_ratio/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_width_ratio/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.612 s
[INFO] Finished at: 2023-10-27T10:12:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_filter_tag/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_filter_tag/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.162 s
[INFO] Finished at: 2023-10-27T10:12:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_numpy/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_numpy/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.182 s
[INFO] Finished at: 2023-10-27T10:12:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_static/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_static/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.338 s
[INFO] Finished at: 2023-10-27T10:12:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_named_endblock/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_named_endblock/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_named_endblock/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.167 s
[INFO] Finished at: 2023-10-27T10:12:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_basic/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_basic/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.240 s
[INFO] Finished at: 2023-10-27T10:12:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_if_changed/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_if_changed/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.215 s
[INFO] Finished at: 2023-10-27T10:13:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_for/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_for/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.161 s
[INFO] Finished at: 2023-10-27T10:13:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_exceptions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_exceptions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.101 s
[INFO] Finished at: 2023-10-27T10:13:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_autoescape/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_autoescape/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.421 s
[INFO] Finished at: 2023-10-27T10:13:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.046 s
[INFO] Finished at: 2023-10-27T10:13:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_filter_syntax/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_filter_syntax/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_filter_syntax/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.744 s
[INFO] Finished at: 2023-10-27T10:13:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_url/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_url/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.137 s
[INFO] Finished at: 2023-10-27T10:13:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_setup/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_setup/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.175 s
[INFO] Finished at: 2023-10-27T10:13:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_include/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_include/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.250 s
[INFO] Finished at: 2023-10-27T10:13:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_now/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_now/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.346 s
[INFO] Finished at: 2023-10-27T10:13:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_verbatim/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_verbatim/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.160 s
[INFO] Finished at: 2023-10-27T10:13:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_extends/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_extends/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_extends/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.423 s
[INFO] Finished at: 2023-10-27T10:13:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_lorem/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_lorem/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_lorem/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.168 s
[INFO] Finished at: 2023-10-27T10:13:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_invalid_string/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_invalid_string/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_invalid_string/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.252 s
[INFO] Finished at: 2023-10-27T10:13:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_comment/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_comment/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.292 s
[INFO] Finished at: 2023-10-27T10:13:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_multiline/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_multiline/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.109 s
[INFO] Finished at: 2023-10-27T10:13:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_spaceless/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_spaceless/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.208 s
[INFO] Finished at: 2023-10-27T10:14:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 133ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_list_index/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_list_index/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.423 s
[INFO] Finished at: 2023-10-27T10:14:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_template_tag/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_template_tag/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.230 s
[INFO] Finished at: 2023-10-27T10:14:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_cache/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_cache/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_cache/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.526 s
[INFO] Finished at: 2023-10-27T10:14:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_resetcycle/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_resetcycle/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.398 s
[INFO] Finished at: 2023-10-27T10:14:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_cycle/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_cycle/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_cycle/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.773 s
[INFO] Finished at: 2023-10-27T10:14:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_builtins/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_builtins/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_builtins/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.046 s
[INFO] Finished at: 2023-10-27T10:14:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_with/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_with/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.265 s
[INFO] Finished at: 2023-10-27T10:14:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_load/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_load/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.245 s
[INFO] Finished at: 2023-10-27T10:14:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_if/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_if/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.096 s
[INFO] Finished at: 2023-10-27T10:14:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 132ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_regroup/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/test_regroup/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.799 s
[INFO] Finished at: 2023-10-27T10:14:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_current_language_bidi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_current_language_bidi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.055 s
[INFO] Finished at: 2023-10-27T10:14:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_underscore_syntax/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_underscore_syntax/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_underscore_syntax/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.449 s
[INFO] Finished at: 2023-10-27T10:14:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.959 s
[INFO] Finished at: 2023-10-27T10:14:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_available_languages/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_available_languages/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.147 s
[INFO] Finished at: 2023-10-27T10:14:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_language/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_language/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_language/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.117 s
[INFO] Finished at: 2023-10-27T10:15:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_language_info/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_language_info/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.166 s
[INFO] Finished at: 2023-10-27T10:15:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_current_language/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_current_language/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.078 s
[INFO] Finished at: 2023-10-27T10:15:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_language_info_list/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_language_info_list/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.220 s
[INFO] Finished at: 2023-10-27T10:15:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_translate/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_translate/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_translate/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.953 s
[INFO] Finished at: 2023-10-27T10:15:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_filters/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_filters/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.132 s
[INFO] Finished at: 2023-10-27T10:15:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_blocktranslate/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/test_blocktranslate/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.781 s
[INFO] Finished at: 2023-10-27T10:15:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 136ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/syntax_tests/i18n/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.393 s
[INFO] Finished at: 2023-10-27T10:15:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/custom/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/custom/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/custom/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.564 s
[INFO] Finished at: 2023-10-27T10:15:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/testtags/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/testtags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/testtags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.169 s
[INFO] Finished at: 2023-10-27T10:15:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/bad_tag/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/bad_tag/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.148 s
[INFO] Finished at: 2023-10-27T10:15:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.980 s
[INFO] Finished at: 2023-10-27T10:15:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/inclusion/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/inclusion/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/inclusion/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.693 s
[INFO] Finished at: 2023-10-27T10:15:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/subpackage/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/subpackage/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/subpackage/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.921 s
[INFO] Finished at: 2023-10-27T10:15:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/subpackage/echo/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/subpackage/echo/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.996 s
[INFO] Finished at: 2023-10-27T10:15:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/tag_27584/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/templatetags/tag_27584/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.078 s
[INFO] Finished at: 2023-10-27T10:15:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/broken_tag/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/broken_tag/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/broken_tag/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.947 s
[INFO] Finished at: 2023-10-27T10:15:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_extends_relative/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_extends_relative/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.516 s
[INFO] Finished at: 2023-10-27T10:16:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.952 s
[INFO] Finished at: 2023-10-27T10:16:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_make_list/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_make_list/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.176 s
[INFO] Finished at: 2023-10-27T10:16:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_last/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_last/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_last/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.237 s
[INFO] Finished at: 2023-10-27T10:16:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_addslashes/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_addslashes/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.180 s
[INFO] Finished at: 2023-10-27T10:16:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_iriencode/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_iriencode/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.155 s
[INFO] Finished at: 2023-10-27T10:16:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_title/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_title/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.091 s
[INFO] Finished at: 2023-10-27T10:16:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_pluralize/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_pluralize/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.396 s
[INFO] Finished at: 2023-10-27T10:16:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_linenumbers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_linenumbers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.312 s
[INFO] Finished at: 2023-10-27T10:16:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_length/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_length/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.351 s
[INFO] Finished at: 2023-10-27T10:16:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_wordcount/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_wordcount/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_wordcount/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.217 s
[INFO] Finished at: 2023-10-27T10:16:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_default_if_none/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_default_if_none/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_default_if_none/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.051 s
[INFO] Finished at: 2023-10-27T10:16:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_yesno/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_yesno/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.225 s
[INFO] Finished at: 2023-10-27T10:16:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_capfirst/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_capfirst/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.070 s
[INFO] Finished at: 2023-10-27T10:16:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_center/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_center/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_center/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.101 s
[INFO] Finished at: 2023-10-27T10:16:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_autoescape/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_autoescape/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.123 s
[INFO] Finished at: 2023-10-27T10:16:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.004 s
[INFO] Finished at: 2023-10-27T10:16:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_dictsortreversed/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_dictsortreversed/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_dictsortreversed/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.334 s
[INFO] Finished at: 2023-10-27T10:17:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_date/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_date/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.487 s
[INFO] Finished at: 2023-10-27T10:17:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_length_is/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_length_is/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_length_is/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.427 s
[INFO] Finished at: 2023-10-27T10:17:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_timeuntil/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_timeuntil/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.652 s
[INFO] Finished at: 2023-10-27T10:17:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_phone2numeric/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_phone2numeric/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.255 s
[INFO] Finished at: 2023-10-27T10:17:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_ljust/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_ljust/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.191 s
[INFO] Finished at: 2023-10-27T10:17:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_slice/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_slice/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.245 s
[INFO] Finished at: 2023-10-27T10:17:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_truncatewords/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_truncatewords/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.283 s
[INFO] Finished at: 2023-10-27T10:17:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_divisibleby/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_divisibleby/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.048 s
[INFO] Finished at: 2023-10-27T10:17:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_filesizeformat/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_filesizeformat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_filesizeformat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.812 s
[INFO] Finished at: 2023-10-27T10:17:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/timezone_utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/timezone_utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.107 s
[INFO] Finished at: 2023-10-27T10:17:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_add/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_add/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.301 s
[INFO] Finished at: 2023-10-27T10:17:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_urlize/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_urlize/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.862 s
[INFO] Finished at: 2023-10-27T10:17:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_linebreaksbr/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_linebreaksbr/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.203 s
[INFO] Finished at: 2023-10-27T10:17:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_safe/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_safe/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.060 s
[INFO] Finished at: 2023-10-27T10:17:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_floatformat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_floatformat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.624 s
[INFO] Finished at: 2023-10-27T10:17:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_timesince/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_timesince/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.660 s
[INFO] Finished at: 2023-10-27T10:18:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_join/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_join/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.438 s
[INFO] Finished at: 2023-10-27T10:18:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_escapejs/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_escapejs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.160 s
[INFO] Finished at: 2023-10-27T10:18:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_cut/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_cut/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.298 s
[INFO] Finished at: 2023-10-27T10:18:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_striptags/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_striptags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_striptags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.156 s
[INFO] Finished at: 2023-10-27T10:18:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_escape/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_escape/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.175 s
[INFO] Finished at: 2023-10-27T10:18:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_linebreaks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_linebreaks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.347 s
[INFO] Finished at: 2023-10-27T10:18:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_random/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_random/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_random/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.262 s
[INFO] Finished at: 2023-10-27T10:18:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_truncatewords_html/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_truncatewords_html/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.140 s
[INFO] Finished at: 2023-10-27T10:18:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_slugify/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_slugify/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.178 s
[INFO] Finished at: 2023-10-27T10:18:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_wordwrap/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_wordwrap/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.144 s
[INFO] Finished at: 2023-10-27T10:18:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_get_digit/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_get_digit/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.184 s
[INFO] Finished at: 2023-10-27T10:18:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_default/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_default/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.234 s
[INFO] Finished at: 2023-10-27T10:18:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_truncatechars/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_truncatechars/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_truncatechars/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.091 s
[INFO] Finished at: 2023-10-27T10:18:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_upper/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 139ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_upper/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_upper/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.199 s
[INFO] Finished at: 2023-10-27T10:18:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_stringformat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_stringformat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.262 s
[INFO] Finished at: 2023-10-27T10:18:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_urlencode/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_urlencode/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.088 s
[INFO] Finished at: 2023-10-27T10:18:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_lower/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_lower/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_lower/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.156 s
[INFO] Finished at: 2023-10-27T10:19:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_chaining/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_chaining/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.399 s
[INFO] Finished at: 2023-10-27T10:19:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_rjust/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_rjust/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.116 s
[INFO] Finished at: 2023-10-27T10:19:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_json_script/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_json_script/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.105 s
[INFO] Finished at: 2023-10-27T10:19:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_time/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_time/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.382 s
[INFO] Finished at: 2023-10-27T10:19:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_unordered_list/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_unordered_list/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.648 s
[INFO] Finished at: 2023-10-27T10:19:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_urlizetrunc/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_urlizetrunc/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_urlizetrunc/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.242 s
[INFO] Finished at: 2023-10-27T10:19:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_dictsort/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_dictsort/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_dictsort/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.424 s
[INFO] Finished at: 2023-10-27T10:19:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_force_escape/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_force_escape/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.265 s
[INFO] Finished at: 2023-10-27T10:19:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_first/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_first/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.202 s
[INFO] Finished at: 2023-10-27T10:19:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_safeseq/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_safeseq/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.012 s
[INFO] Finished at: 2023-10-27T10:19:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 131ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_truncatechars_html/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/filter_tests/test_truncatechars_html/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.158 s
[INFO] Finished at: 2023-10-27T10:19:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.366 s
[INFO] Finished at: 2023-10-27T10:19:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/annotated_tag_function/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/annotated_tag_function/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.192 s
[INFO] Finished at: 2023-10-27T10:19:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_loaders/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_loaders/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_loaders/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.945 s
[INFO] Finished at: 2023-10-27T10:19:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.515 s
[INFO] Finished at: 2023-10-27T10:19:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_nodelist/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_nodelist/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_nodelist/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.438 s
[INFO] Finished at: 2023-10-27T10:20:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_callables/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-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;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_callables/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_callables/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.335 s
[INFO] Finished at: 2023-10-27T10:20:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_origin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_origin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_origin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.144 s
[INFO] Finished at: 2023-10-27T10:20:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_extends/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_extends/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_extends/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.626 s
[INFO] Finished at: 2023-10-27T10:20:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_context/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_context/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.300 s
[INFO] Finished at: 2023-10-27T10:20:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_logging/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_logging/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_logging/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.289 s
[INFO] Finished at: 2023-10-27T10:20:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.225 s
[INFO] Finished at: 2023-10-27T10:20:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.686 s
[INFO] Finished at: 2023-10-27T10:20:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.095 s
[INFO] Finished at: 2023-10-27T10:20:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_parser/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_parser/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_parser/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.542 s
[INFO] Finished at: 2023-10-27T10:20:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_response/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 129ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_response/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_response/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.417 s
[INFO] Finished at: 2023-10-27T10:20:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_engine/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_engine/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_engine/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.369 s
[INFO] Finished at: 2023-10-27T10:20:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_library/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_library/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_library/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.559 s
[INFO] Finished at: 2023-10-27T10:20:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_smartif/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_smartif/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_tests/test_smartif/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.573 s
[INFO] Finished at: 2023-10-27T10:20:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/window/test_validation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/window/test_validation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.156 s
[INFO] Finished at: 2023-10-27T10:20:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/window/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/window/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/window/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.019 s
[INFO] Finished at: 2023-10-27T10:20:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.345 s
[INFO] Finished at: 2023-10-27T10:21:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.999 s
[INFO] Finished at: 2023-10-27T10:21:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/migrations/0001_setup_extensions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/migrations/0001_setup_extensions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.013 s
[INFO] Finished at: 2023-10-27T10:21:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.962 s
[INFO] Finished at: 2023-10-27T10:21:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/migrations/0002_create_test_models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/migrations/0002_create_test_models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.143 s
[INFO] Finished at: 2023-10-27T10:21:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_coalesce/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_coalesce/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.410 s
[INFO] Finished at: 2023-10-27T10:21:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.005 s
[INFO] Finished at: 2023-10-27T10:21:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_nullif/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_nullif/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.465 s
[INFO] Finished at: 2023-10-27T10:21:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_collate/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_collate/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.326 s
[INFO] Finished at: 2023-10-27T10:21:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_cast/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_cast/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_cast/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.829 s
[INFO] Finished at: 2023-10-27T10:21:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_least/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_least/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.494 s
[INFO] Finished at: 2023-10-27T10:21:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_json_object/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_json_object/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.501 s
[INFO] Finished at: 2023-10-27T10:21:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_greatest/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_greatest/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/comparison/test_greatest/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.447 s
[INFO] Finished at: 2023-10-27T10:21:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/datetime/test_extract_trunc/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/datetime/test_extract_trunc/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  18.255 s
[INFO] Finished at: 2023-10-27T10:22:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/datetime/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/datetime/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/datetime/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.064 s
[INFO] Finished at: 2023-10-27T10:22:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/datetime/test_now/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/datetime/test_now/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.226 s
[INFO] Finished at: 2023-10-27T10:22:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.310 s
[INFO] Finished at: 2023-10-27T10:22:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_sqrt/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_sqrt/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_sqrt/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.356 s
[INFO] Finished at: 2023-10-27T10:22:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_asin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_asin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.327 s
[INFO] Finished at: 2023-10-27T10:22:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_mod/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_mod/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.306 s
[INFO] Finished at: 2023-10-27T10:22:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_floor/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_floor/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.334 s
[INFO] Finished at: 2023-10-27T10:22:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_round/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_round/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.574 s
[INFO] Finished at: 2023-10-27T10:22:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_degrees/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_degrees/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.356 s
[INFO] Finished at: 2023-10-27T10:22:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.008 s
[INFO] Finished at: 2023-10-27T10:22:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_sign/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_sign/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.280 s
[INFO] Finished at: 2023-10-27T10:22:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_log/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_log/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.306 s
[INFO] Finished at: 2023-10-27T10:22:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_abs/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_abs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.327 s
[INFO] Finished at: 2023-10-27T10:22:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_exp/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_exp/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.275 s
[INFO] Finished at: 2023-10-27T10:22:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_pi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_pi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.005 s
[INFO] Finished at: 2023-10-27T10:23:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_radians/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_radians/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.290 s
[INFO] Finished at: 2023-10-27T10:23:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_tan/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_tan/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_tan/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.310 s
[INFO] Finished at: 2023-10-27T10:23:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_random/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_random/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.099 s
[INFO] Finished at: 2023-10-27T10:23:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 127ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_acos/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_acos/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.569 s
[INFO] Finished at: 2023-10-27T10:23:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_cot/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_cot/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.325 s
[INFO] Finished at: 2023-10-27T10:23:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_atan/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_atan/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.412 s
[INFO] Finished at: 2023-10-27T10:23:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_atan2/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_atan2/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.297 s
[INFO] Finished at: 2023-10-27T10:23:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_ln/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_ln/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.337 s
[INFO] Finished at: 2023-10-27T10:23:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_sin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_sin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.381 s
[INFO] Finished at: 2023-10-27T10:23:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_power/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_power/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.250 s
[INFO] Finished at: 2023-10-27T10:23:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_ceil/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_ceil/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_ceil/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.328 s
[INFO] Finished at: 2023-10-27T10:23:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_cos/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/math/test_cos/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.331 s
[INFO] Finished at: 2023-10-27T10:23:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha384/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha384/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha384/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.292 s
[INFO] Finished at: 2023-10-27T10:23:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_md5/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_md5/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.282 s
[INFO] Finished at: 2023-10-27T10:23:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_strindex/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_strindex/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.381 s
[INFO] Finished at: 2023-10-27T10:23:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_reverse/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_reverse/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_reverse/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.360 s
[INFO] Finished at: 2023-10-27T10:23:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_length/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_length/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.263 s
[INFO] Finished at: 2023-10-27T10:24:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_left/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_left/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.252 s
[INFO] Finished at: 2023-10-27T10:24:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_pad/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_pad/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.553 s
[INFO] Finished at: 2023-10-27T10:24:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.045 s
[INFO] Finished at: 2023-10-27T10:24:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha1/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha1/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.288 s
[INFO] Finished at: 2023-10-27T10:24:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_trim/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_trim/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.285 s
[INFO] Finished at: 2023-10-27T10:24:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_repeat/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_repeat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_repeat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.297 s
[INFO] Finished at: 2023-10-27T10:24:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha256/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha256/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.306 s
[INFO] Finished at: 2023-10-27T10:24:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_ord/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_ord/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.161 s
[INFO] Finished at: 2023-10-27T10:24:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_chr/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_chr/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.218 s
[INFO] Finished at: 2023-10-27T10:24:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_concat/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_concat/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.560 s
[INFO] Finished at: 2023-10-27T10:24:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_upper/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_upper/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.189 s
[INFO] Finished at: 2023-10-27T10:24:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_substr/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_substr/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.394 s
[INFO] Finished at: 2023-10-27T10:24:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_lower/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_lower/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_lower/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.249 s
[INFO] Finished at: 2023-10-27T10:24:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_right/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_right/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.211 s
[INFO] Finished at: 2023-10-27T10:24:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha224/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha224/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.267 s
[INFO] Finished at: 2023-10-27T10:24:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha512/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha512/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_sha512/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.247 s
[INFO] Finished at: 2023-10-27T10:25:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_replace/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_functions/text/test_replace/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.471 s
[INFO] Finished at: 2023-10-27T10:25:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_for_update/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_for_update/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_for_update/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.117 s
[INFO] Finished at: 2023-10-27T10:25:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_for_update/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_for_update/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_for_update/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.022 s
[INFO] Finished at: 2023-10-27T10:25:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_for_update/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 102ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_for_update/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_for_update/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.940 s
[INFO] Finished at: 2023-10-27T10:25:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.957 s
[INFO] Finished at: 2023-10-27T10:25:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.008 s
[INFO] Finished at: 2023-10-27T10:25:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.966 s
[INFO] Finished at: 2023-10-27T10:25:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/subparser_dest/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/subparser_dest/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.093 s
[INFO] Finished at: 2023-10-27T10:25:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/hal/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/hal/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.164 s
[INFO] Finished at: 2023-10-27T10:25:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/required_option/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/required_option/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.095 s
[INFO] Finished at: 2023-10-27T10:25:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.048 s
[INFO] Finished at: 2023-10-27T10:25:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/required_constant_option/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/required_constant_option/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.156 s
[INFO] Finished at: 2023-10-27T10:25:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/dance/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/dance/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/dance/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.152 s
[INFO] Finished at: 2023-10-27T10:25:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.210 s
[INFO] Finished at: 2023-10-27T10:25:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/no_system_checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/no_system_checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.096 s
[INFO] Finished at: 2023-10-27T10:25:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/required_list_option/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/required_list_option/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.102 s
[INFO] Finished at: 2023-10-27T10:25:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-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;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/reverse_url/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/reverse_url/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.027 s
[INFO] Finished at: 2023-10-27T10:26:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/subparser/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/subparser/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.112 s
[INFO] Finished at: 2023-10-27T10:26:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/set_option/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/set_option/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.231 s
[INFO] Finished at: 2023-10-27T10:26:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/outputwrapper/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/outputwrapper/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/outputwrapper/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.066 s
[INFO] Finished at: 2023-10-27T10:26:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/specific_system_checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/specific_system_checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.056 s
[INFO] Finished at: 2023-10-27T10:26:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 134ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/transaction/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/transaction/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.284 s
[INFO] Finished at: 2023-10-27T10:26:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/no_translations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/no_translations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/no_translations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.271 s
[INFO] Finished at: 2023-10-27T10:26:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/common_args/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/common_args/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.611 s
[INFO] Finished at: 2023-10-27T10:26:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/subparser_required/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/subparser_required/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.598 s
[INFO] Finished at: 2023-10-27T10:26:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required_with_same_dest/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 125ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required_with_same_dest/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required_with_same_dest/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.224 s
[INFO] Finished at: 2023-10-27T10:26:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.667 s
[INFO] Finished at: 2023-10-27T10:26:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/user_commands/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.475 s
[INFO] Finished at: 2023-10-27T10:26:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/field_deconstruction/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/field_deconstruction/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/field_deconstruction/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.117 s
[INFO] Finished at: 2023-10-27T10:26:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/field_deconstruction/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/field_deconstruction/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/field_deconstruction/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.495 s
[INFO] Finished at: 2023-10-27T10:26:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sites_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sites_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sites_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.056 s
[INFO] Finished at: 2023-10-27T10:26:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sites_tests/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sites_tests/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sites_tests/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.304 s
[INFO] Finished at: 2023-10-27T10:27:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions/test_queryset_values/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions/test_queryset_values/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions/test_queryset_values/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.508 s
[INFO] Finished at: 2023-10-27T10:27:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.341 s
[INFO] Finished at: 2023-10-27T10:27:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.030 s
[INFO] Finished at: 2023-10-27T10:27:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  29.055 s
[INFO] Finished at: 2023-10-27T10:27:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/or_lookups/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/or_lookups/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/or_lookups/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.110 s
[INFO] Finished at: 2023-10-27T10:27:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/or_lookups/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/or_lookups/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/or_lookups/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.011 s
[INFO] Finished at: 2023-10-27T10:27:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/or_lookups/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 128ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/or_lookups/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/or_lookups/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.335 s
[INFO] Finished at: 2023-10-27T10:27:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_natural/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 139ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_natural/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_natural/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.558 s
[INFO] Finished at: 2023-10-27T10:28:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_deserializedobject/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_deserializedobject/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_deserializedobject/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.348 s
[INFO] Finished at: 2023-10-27T10:28:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.179 s
[INFO] Finished at: 2023-10-27T10:28:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/natural/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 146ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/natural/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/natural/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.588 s
[INFO] Finished at: 2023-10-27T10:28:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/data/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 124ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/data/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/data/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.577 s
[INFO] Finished at: 2023-10-27T10:28:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.975 s
[INFO] Finished at: 2023-10-27T10:28:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/multi_table/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/multi_table/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/models/multi_table/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.721 s
[INFO] Finished at: 2023-10-27T10:28:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 134ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.415 s
[INFO] Finished at: 2023-10-27T10:28:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_jsonl/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_jsonl/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.367 s
[INFO] Finished at: 2023-10-27T10:28:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_yaml/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_yaml/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_yaml/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.620 s
[INFO] Finished at: 2023-10-27T10:28:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_data/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_data/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_data/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.316 s
[INFO] Finished at: 2023-10-27T10:28:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_json/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_json/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_json/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.987 s
[INFO] Finished at: 2023-10-27T10:28:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_xml/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_xml/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/test_xml/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.103 s
[INFO] Finished at: 2023-10-27T10:28:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/serializers/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.549 s
[INFO] Finished at: 2023-10-27T10:29:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_raising_warning/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_raising_warning/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_raising_warning/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.126 s
[INFO] Finished at: 2023-10-27T10:29:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_raising_warning/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_raising_warning/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_raising_warning/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.120 s
[INFO] Finished at: 2023-10-27T10:29:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_waiting_migration/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_waiting_migration/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_waiting_migration/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.248 s
[INFO] Finished at: 2023-10-27T10:29:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_waiting_migration/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_waiting_migration/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_waiting_migration/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.100 s
[INFO] Finished at: 2023-10-27T10:29:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_waiting_migration/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 146ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_waiting_migration/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_waiting_migration/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.568 s
[INFO] Finished at: 2023-10-27T10:29:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_waiting_migration/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_waiting_migration/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_waiting_migration/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.702 s
[INFO] Finished at: 2023-10-27T10:29:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/configured_dynamic_settings_manage/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/configured_dynamic_settings_manage/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/configured_dynamic_settings_manage/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.325 s
[INFO] Finished at: 2023-10-27T10:29:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_with_import/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_with_import/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_with_import/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.416 s
[INFO] Finished at: 2023-10-27T10:29:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_with_import/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 131ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_with_import/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_with_import/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.416 s
[INFO] Finished at: 2023-10-27T10:29:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.166 s
[INFO] Finished at: 2023-10-27T10:29:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.037 s
[INFO] Finished at: 2023-10-27T10:29:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/custom_startproject/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/custom_startproject/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/custom_startproject/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.209 s
[INFO] Finished at: 2023-10-27T10:29:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.013 s
[INFO] Finished at: 2023-10-27T10:29:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/label_command/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/label_command/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/label_command/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.415 s
[INFO] Finished at: 2023-10-27T10:29:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/noargs_command/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/noargs_command/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/noargs_command/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.064 s
[INFO] Finished at: 2023-10-27T10:29:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/base_command/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 127ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/base_command/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/base_command/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.197 s
[INFO] Finished at: 2023-10-27T10:30:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/app_command/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/app_command/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/app_command/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.198 s
[INFO] Finished at: 2023-10-27T10:30:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/suppress_base_options_command/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/suppress_base_options_command/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/management/commands/suppress_base_options_command/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.215 s
[INFO] Finished at: 2023-10-27T10:30:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/models/foo/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/models/foo/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/models/foo/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.245 s
[INFO] Finished at: 2023-10-27T10:30:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/models/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/models/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/models/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.114 s
[INFO] Finished at: 2023-10-27T10:30:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/models/bar/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/models/bar/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/models/bar/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.134 s
[INFO] Finished at: 2023-10-27T10:30:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/admin/foo/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/admin/foo/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/admin/foo/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.191 s
[INFO] Finished at: 2023-10-27T10:30:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/admin/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/admin/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/admin/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.063 s
[INFO] Finished at: 2023-10-27T10:30:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.109 s
[INFO] Finished at: 2023-10-27T10:30:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/management/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.056 s
[INFO] Finished at: 2023-10-27T10:30:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/management/commands/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.153 s
[INFO] Finished at: 2023-10-27T10:30:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/management/commands/duplicate/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/management/commands/duplicate/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/complex_app/management/commands/duplicate/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.003 s
[INFO] Finished at: 2023-10-27T10:30:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_raising_messages/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_raising_messages/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_raising_messages/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.511 s
[INFO] Finished at: 2023-10-27T10:30:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_raising_messages/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_raising_messages/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/app_raising_messages/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.950 s
[INFO] Finished at: 2023-10-27T10:30:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.077 s
[INFO] Finished at: 2023-10-27T10:30:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.157 s
[INFO] Finished at: 2023-10-27T10:30:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/management/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/management/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/management/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.975 s
[INFO] Finished at: 2023-10-27T10:30:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/management/commands/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/management/commands/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/management/commands/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.040 s
[INFO] Finished at: 2023-10-27T10:31:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/management/commands/duplicate/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/management/commands/duplicate/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/simple_app/management/commands/duplicate/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.002 s
[INFO] Finished at: 2023-10-27T10:31:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/broken_app/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/broken_app/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/broken_app/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.007 s
[INFO] Finished at: 2023-10-27T10:31:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/broken_app/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 132ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/broken_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/broken_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.148 s
[INFO] Finished at: 2023-10-27T10:31:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/project_name/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/project_name/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/project_name/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.988 s
[INFO] Finished at: 2023-10-27T10:31:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/project_name/settings/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/project_name/settings/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/project_name/settings/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.050 s
[INFO] Finished at: 2023-10-27T10:31:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/extra/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/extra/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/extra/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.012 s
[INFO] Finished at: 2023-10-27T10:31:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/localized/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/localized/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/localized/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.970 s
[INFO] Finished at: 2023-10-27T10:31:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/additional_file/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/additional_file/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/additional_file/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.031 s
[INFO] Finished at: 2023-10-27T10:31:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/.hidden/render/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/.hidden/render/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/project_template/.hidden/render/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.966 s
[INFO] Finished at: 2023-10-27T10:31:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/app_template/api/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/app_template/api/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/app_template/api/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.004 s
[INFO] Finished at: 2023-10-27T10:31:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/app_template/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/app_template/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/custom_templates/app_template/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.010 s
[INFO] Finished at: 2023-10-27T10:31:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/configured_settings_manage/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/configured_settings_manage/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/configured_settings_manage/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.035 s
[INFO] Finished at: 2023-10-27T10:31:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.115 s
[INFO] Finished at: 2023-10-27T10:31:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/another_app_waiting_migration/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/another_app_waiting_migration/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/another_app_waiting_migration/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.065 s
[INFO] Finished at: 2023-10-27T10:31:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/another_app_waiting_migration/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/another_app_waiting_migration/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/another_app_waiting_migration/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.062 s
[INFO] Finished at: 2023-10-27T10:31:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/another_app_waiting_migration/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/another_app_waiting_migration/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/another_app_waiting_migration/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.070 s
[INFO] Finished at: 2023-10-27T10:31:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/another_app_waiting_migration/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/another_app_waiting_migration/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/another_app_waiting_migration/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.261 s
[INFO] Finished at: 2023-10-27T10:31:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_scripts/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  25.141 s
[INFO] Finished at: 2023-10-27T10:32:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/humanize_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/humanize_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/humanize_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.948 s
[INFO] Finished at: 2023-10-27T10:32:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/humanize_tests/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/humanize_tests/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/humanize_tests/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.886 s
[INFO] Finished at: 2023-10-27T10:32:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/basic/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/basic/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/basic/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.086 s
[INFO] Finished at: 2023-10-27T10:32:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/basic/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/basic/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/basic/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.002 s
[INFO] Finished at: 2023-10-27T10:32:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/basic/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/basic/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/basic/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.528 s
[INFO] Finished at: 2023-10-27T10:32:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.179 s
[INFO] Finished at: 2023-10-27T10:32:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_forms/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_forms/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_forms/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.192 s
[INFO] Finished at: 2023-10-27T10:32:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_handlers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_handlers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_handlers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.095 s
[INFO] Finished at: 2023-10-27T10:32:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/cases/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/cases/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/cases/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.479 s
[INFO] Finished at: 2023-10-27T10:33:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_finders/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_finders/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_finders/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.519 s
[INFO] Finished at: 2023-10-27T10:33:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.978 s
[INFO] Finished at: 2023-10-27T10:33:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.127 s
[INFO] Finished at: 2023-10-27T10:33:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_storage/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_storage/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_storage/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.013 s
[INFO] Finished at: 2023-10-27T10:33:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_management/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_management/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_management/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.753 s
[INFO] Finished at: 2023-10-27T10:33:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/settings/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 132ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/settings/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/settings/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.499 s
[INFO] Finished at: 2023-10-27T10:33:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_templatetags/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_templatetags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_templatetags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.080 s
[INFO] Finished at: 2023-10-27T10:33:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/storage/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/storage/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/storage/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.368 s
[INFO] Finished at: 2023-10-27T10:33:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_checks/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.502 s
[INFO] Finished at: 2023-10-27T10:33:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/urls/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/urls/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/urls/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.994 s
[INFO] Finished at: 2023-10-27T10:33:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/urls/default/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/urls/default/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/urls/default/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.014 s
[INFO] Finished at: 2023-10-27T10:33:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/urls/helper/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/urls/helper/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/urls/helper/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.009 s
[INFO] Finished at: 2023-10-27T10:33:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/apps/no_label/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/apps/no_label/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.928 s
[INFO] Finished at: 2023-10-27T10:33:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/apps/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/apps/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/apps/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.961 s
[INFO] Finished at: 2023-10-27T10:33:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/apps/test/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/apps/test/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/apps/test/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.961 s
[INFO] Finished at: 2023-10-27T10:34:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/apps/staticfiles_config/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/apps/staticfiles_config/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.031 s
[INFO] Finished at: 2023-10-27T10:34:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_liveserver/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_liveserver/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/staticfiles_tests/test_liveserver/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.368 s
[INFO] Finished at: 2023-10-27T10:34:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_model_package/models/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_model_package/models/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_model_package/models/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.083 s
[INFO] Finished at: 2023-10-27T10:34:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_model_package/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_model_package/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_model_package/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.337 s
[INFO] Finished at: 2023-10-27T10:34:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_model_package/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_model_package/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_model_package/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.222 s
[INFO] Finished at: 2023-10-27T10:34:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/force_insert_update/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/force_insert_update/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/force_insert_update/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.578 s
[INFO] Finished at: 2023-10-27T10:34:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/force_insert_update/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 130ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/force_insert_update/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/force_insert_update/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.354 s
[INFO] Finished at: 2023-10-27T10:34:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/force_insert_update/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 133ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/force_insert_update/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/force_insert_update/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.669 s
[INFO] Finished at: 2023-10-27T10:34:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mail/custombackend/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mail/custombackend/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mail/custombackend/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.481 s
[INFO] Finished at: 2023-10-27T10:34:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mail/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mail/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mail/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.185 s
[INFO] Finished at: 2023-10-27T10:34:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mail/test_sendtestemail/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mail/test_sendtestemail/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mail/test_sendtestemail/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.558 s
[INFO] Finished at: 2023-10-27T10:34:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mail/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mail/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mail/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.313 s
[INFO] Finished at: 2023-10-27T10:34:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_decimalfield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 130ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_decimalfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_decimalfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.884 s
[INFO] Finished at: 2023-10-27T10:35:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_promises/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 137ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_promises/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_promises/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.800 s
[INFO] Finished at: 2023-10-27T10:35:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_manytomanyfield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_manytomanyfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_manytomanyfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.369 s
[INFO] Finished at: 2023-10-27T10:35:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_autofield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_autofield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_autofield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.456 s
[INFO] Finished at: 2023-10-27T10:35:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.537 s
[INFO] Finished at: 2023-10-27T10:35:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.132 s
[INFO] Finished at: 2023-10-27T10:35:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_floatfield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_floatfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_floatfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.724 s
[INFO] Finished at: 2023-10-27T10:35:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_binaryfield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 126ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_binaryfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_binaryfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.509 s
[INFO] Finished at: 2023-10-27T10:35:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_textfield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_textfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_textfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.483 s
[INFO] Finished at: 2023-10-27T10:35:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_charfield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_charfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_charfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.708 s
[INFO] Finished at: 2023-10-27T10:35:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_integerfield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 126ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_integerfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_integerfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.172 s
[INFO] Finished at: 2023-10-27T10:35:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_durationfield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_durationfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_durationfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.466 s
[INFO] Finished at: 2023-10-27T10:35:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_jsonfield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_jsonfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_jsonfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.950 s
[INFO] Finished at: 2023-10-27T10:36:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_booleanfield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_booleanfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_booleanfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.573 s
[INFO] Finished at: 2023-10-27T10:36:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_slugfield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_slugfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_slugfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.200 s
[INFO] Finished at: 2023-10-27T10:36:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_filefield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_filefield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_filefield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.570 s
[INFO] Finished at: 2023-10-27T10:36:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_datetimefield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_datetimefield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_datetimefield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.585 s
[INFO] Finished at: 2023-10-27T10:36:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_uuid/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_uuid/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_uuid/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.291 s
[INFO] Finished at: 2023-10-27T10:36:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_foreignkey/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_foreignkey/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_foreignkey/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.604 s
[INFO] Finished at: 2023-10-27T10:36:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_field_flags/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_field_flags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_field_flags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.897 s
[INFO] Finished at: 2023-10-27T10:36:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_imagefield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_imagefield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_imagefield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.388 s
[INFO] Finished at: 2023-10-27T10:36:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_genericipaddressfield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 125ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_genericipaddressfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_genericipaddressfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.217 s
[INFO] Finished at: 2023-10-27T10:36:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.584 s
[INFO] Finished at: 2023-10-27T10:36:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_filepathfield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_filepathfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_fields/test_filepathfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.103 s
[INFO] Finished at: 2023-10-27T10:36:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_queries/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_queries/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_queries/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.220 s
[INFO] Finished at: 2023-10-27T10:36:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_queries/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_queries/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_queries/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.055 s
[INFO] Finished at: 2023-10-27T10:36:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_queries/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_queries/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/null_queries/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.263 s
[INFO] Finished at: 2023-10-27T10:36:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/feeds/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/feeds/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/feeds/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.603 s
[INFO] Finished at: 2023-10-27T10:37:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.156 s
[INFO] Finished at: 2023-10-27T10:37:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.031 s
[INFO] Finished at: 2023-10-27T10:37:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.255 s
[INFO] Finished at: 2023-10-27T10:37:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/syndication_tests/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.538 s
[INFO] Finished at: 2023-10-27T10:37:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/string_lookup/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/string_lookup/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/string_lookup/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.153 s
[INFO] Finished at: 2023-10-27T10:37:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/string_lookup/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/string_lookup/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/string_lookup/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.972 s
[INFO] Finished at: 2023-10-27T10:37:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/string_lookup/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/string_lookup/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/string_lookup/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.242 s
[INFO] Finished at: 2023-10-27T10:37:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/defer_regress/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/defer_regress/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/defer_regress/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.324 s
[INFO] Finished at: 2023-10-27T10:37:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/defer_regress/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/defer_regress/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/defer_regress/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.958 s
[INFO] Finished at: 2023-10-27T10:37:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/defer_regress/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/defer_regress/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/defer_regress/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.341 s
[INFO] Finished at: 2023-10-27T10:37:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.654 s
[INFO] Finished at: 2023-10-27T10:37:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.959 s
[INFO] Finished at: 2023-10-27T10:37:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/test_uuid/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/test_uuid/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/test_uuid/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.151 s
[INFO] Finished at: 2023-10-27T10:37:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  36.399 s
[INFO] Finished at: 2023-10-27T10:38:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/test_modelchoicefield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/test_modelchoicefield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_forms/test_modelchoicefield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.841 s
[INFO] Finished at: 2023-10-27T10:38:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/introspection/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/introspection/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/introspection/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.517 s
[INFO] Finished at: 2023-10-27T10:38:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/introspection/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/introspection/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/introspection/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.176 s
[INFO] Finished at: 2023-10-27T10:38:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/introspection/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 124ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/introspection/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/introspection/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.735 s
[INFO] Finished at: 2023-10-27T10:38:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/another_app/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/another_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/another_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.485 s
[INFO] Finished at: 2023-10-27T10:38:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 126ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.296 s
[INFO] Finished at: 2023-10-27T10:38:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/test_basehttp/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/test_basehttp/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/test_basehttp/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.141 s
[INFO] Finished at: 2023-10-27T10:38:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/test_liveserverthread/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/test_liveserverthread/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/test_liveserverthread/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.477 s
[INFO] Finished at: 2023-10-27T10:39:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.013 s
[INFO] Finished at: 2023-10-27T10:39:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.679 s
[INFO] Finished at: 2023-10-27T10:39:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.186 s
[INFO] Finished at: 2023-10-27T10:39:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/servers/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.406 s
[INFO] Finished at: 2023-10-27T10:39:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/widgetadmin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 126ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/widgetadmin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/widgetadmin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.350 s
[INFO] Finished at: 2023-10-27T10:39:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.640 s
[INFO] Finished at: 2023-10-27T10:39:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.044 s
[INFO] Finished at: 2023-10-27T10:39:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/test_autocomplete_widget/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/test_autocomplete_widget/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/test_autocomplete_widget/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.909 s
[INFO] Finished at: 2023-10-27T10:39:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.105 s
[INFO] Finished at: 2023-10-27T10:39:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_widgets/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.430 s
[INFO] Finished at: 2023-10-27T10:39:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bulk_create/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bulk_create/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bulk_create/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.460 s
[INFO] Finished at: 2023-10-27T10:39:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bulk_create/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bulk_create/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bulk_create/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.946 s
[INFO] Finished at: 2023-10-27T10:39:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bulk_create/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bulk_create/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/bulk_create/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.906 s
[INFO] Finished at: 2023-10-27T10:40:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/transactions/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/transactions/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/transactions/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.086 s
[INFO] Finished at: 2023-10-27T10:40:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/transactions/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/transactions/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/transactions/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.998 s
[INFO] Finished at: 2023-10-27T10:40:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/transactions/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/transactions/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/transactions/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.041 s
[INFO] Finished at: 2023-10-27T10:40:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_migration_operations/more_operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_migration_operations/more_operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_migration_operations/more_operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.119 s
[INFO] Finished at: 2023-10-27T10:40:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_migration_operations/operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_migration_operations/operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_migration_operations/operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.276 s
[INFO] Finished at: 2023-10-27T10:40:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_migration_operations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_migration_operations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_migration_operations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.960 s
[INFO] Finished at: 2023-10-27T10:40:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.978 s
[INFO] Finished at: 2023-10-27T10:40:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.997 s
[INFO] Finished at: 2023-10-27T10:40:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.963 s
[INFO] Finished at: 2023-10-27T10:40:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.204 s
[INFO] Finished at: 2023-10-27T10:40:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/migrations/0002_add_book/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/migrations/0002_add_book/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/migrations/0002_add_book/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.097 s
[INFO] Finished at: 2023-10-27T10:40:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migration_test_data_persistence/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.079 s
[INFO] Finished at: 2023-10-27T10:40:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/inspectdb/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/inspectdb/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/inspectdb/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.434 s
[INFO] Finished at: 2023-10-27T10:40:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/inspectdb/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/inspectdb/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/inspectdb/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.930 s
[INFO] Finished at: 2023-10-27T10:40:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/inspectdb/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/inspectdb/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/inspectdb/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.311 s
[INFO] Finished at: 2023-10-27T10:40:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/extra_regress/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/extra_regress/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/extra_regress/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.325 s
[INFO] Finished at: 2023-10-27T10:41:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/extra_regress/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/extra_regress/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/extra_regress/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.149 s
[INFO] Finished at: 2023-10-27T10:41:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/extra_regress/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 154ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/extra_regress/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/extra_regress/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.042 s
[INFO] Finished at: 2023-10-27T10:41:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_exceptions/test_validation_error/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_exceptions/test_validation_error/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_exceptions/test_validation_error/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.655 s
[INFO] Finished at: 2023-10-27T10:41:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_exceptions/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_exceptions/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_exceptions/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.783 s
[INFO] Finished at: 2023-10-27T10:41:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datatypes/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datatypes/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datatypes/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.640 s
[INFO] Finished at: 2023-10-27T10:41:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datatypes/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datatypes/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datatypes/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.971 s
[INFO] Finished at: 2023-10-27T10:41:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datatypes/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datatypes/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datatypes/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.597 s
[INFO] Finished at: 2023-10-27T10:41:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation_regress/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation_regress/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation_regress/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.357 s
[INFO] Finished at: 2023-10-27T10:41:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation_regress/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation_regress/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation_regress/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.961 s
[INFO] Finished at: 2023-10-27T10:41:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation_regress/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation_regress/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation_regress/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.960 s
[INFO] Finished at: 2023-10-27T10:41:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_iterator/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_iterator/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_iterator/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.272 s
[INFO] Finished at: 2023-10-27T10:41:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_explain/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_explain/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_explain/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.871 s
[INFO] Finished at: 2023-10-27T10:41:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_db_returning/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_db_returning/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_db_returning/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.378 s
[INFO] Finished at: 2023-10-27T10:42:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.058 s
[INFO] Finished at: 2023-10-27T10:42:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_query/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_query/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_query/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.740 s
[INFO] Finished at: 2023-10-27T10:42:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.987 s
[INFO] Finished at: 2023-10-27T10:42:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_q/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_q/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_q/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.753 s
[INFO] Finished at: 2023-10-27T10:42:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_bulk_update/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_bulk_update/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_bulk_update/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.496 s
[INFO] Finished at: 2023-10-27T10:42:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_contains/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_contains/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_contains/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.438 s
[INFO] Finished at: 2023-10-27T10:42:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_qs_combinators/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_qs_combinators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/test_qs_combinators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.589 s
[INFO] Finished at: 2023-10-27T10:42:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queries/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:48 min
[INFO] Finished at: 2023-10-27T10:44:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_custom_urls/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_custom_urls/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_custom_urls/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.306 s
[INFO] Finished at: 2023-10-27T10:44:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_custom_urls/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_custom_urls/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_custom_urls/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.051 s
[INFO] Finished at: 2023-10-27T10:44:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_custom_urls/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_custom_urls/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_custom_urls/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.048 s
[INFO] Finished at: 2023-10-27T10:44:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_custom_urls/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_custom_urls/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_custom_urls/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.558 s
[INFO] Finished at: 2023-10-27T10:44:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/tests_async/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/tests_async/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/tests_async/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.949 s
[INFO] Finished at: 2023-10-27T10:44:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.091 s
[INFO] Finished at: 2023-10-27T10:44:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.047 s
[INFO] Finished at: 2023-10-27T10:44:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/closeable_cache/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/closeable_cache/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/closeable_cache/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.972 s
[INFO] Finished at: 2023-10-27T10:44:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/liberal_backend/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/liberal_backend/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/liberal_backend/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.989 s
[INFO] Finished at: 2023-10-27T10:44:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/cache/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  40.155 s
[INFO] Finished at: 2023-10-27T10:45:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.207 s
[INFO] Finished at: 2023-10-27T10:45:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/admin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.083 s
[INFO] Finished at: 2023-10-27T10:45:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.069 s
[INFO] Finished at: 2023-10-27T10:45:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.074 s
[INFO] Finished at: 2023-10-27T10:45:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/generic_inline_admin/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.009 s
[INFO] Finished at: 2023-10-27T10:45:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.246 s
[INFO] Finished at: 2023-10-27T10:46:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/admin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.150 s
[INFO] Finished at: 2023-10-27T10:46:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.056 s
[INFO] Finished at: 2023-10-27T10:46:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.075 s
[INFO] Finished at: 2023-10-27T10:46:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/test_logentry/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/test_logentry/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/test_logentry/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.352 s
[INFO] Finished at: 2023-10-27T10:46:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_utils/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.702 s
[INFO] Finished at: 2023-10-27T10:46:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/test_date_hierarchy/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/test_date_hierarchy/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/test_date_hierarchy/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.937 s
[INFO] Finished at: 2023-10-27T10:46:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.347 s
[INFO] Finished at: 2023-10-27T10:46:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/admin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.554 s
[INFO] Finished at: 2023-10-27T10:46:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.037 s
[INFO] Finished at: 2023-10-27T10:46:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.168 s
[INFO] Finished at: 2023-10-27T10:46:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 156ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_changelist/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  18.575 s
[INFO] Finished at: 2023-10-27T10:47:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signals/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signals/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signals/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.112 s
[INFO] Finished at: 2023-10-27T10:47:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signals/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signals/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signals/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.099 s
[INFO] Finished at: 2023-10-27T10:47:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signals/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signals/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signals/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.399 s
[INFO] Finished at: 2023-10-27T10:47:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/deprecation/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/deprecation/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/deprecation/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.066 s
[INFO] Finished at: 2023-10-27T10:47:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/deprecation/test_use_l10n/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 127ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/deprecation/test_use_l10n/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/deprecation/test_use_l10n/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.244 s
[INFO] Finished at: 2023-10-27T10:47:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/deprecation/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-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;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/deprecation/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/deprecation/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.383 s
[INFO] Finished at: 2023-10-27T10:47:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/deprecation/test_middleware_mixin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/deprecation/test_middleware_mixin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/deprecation/test_middleware_mixin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.418 s
[INFO] Finished at: 2023-10-27T10:47:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/models/tablespaces/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/models/tablespaces/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/models/tablespaces/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.168 s
[INFO] Finished at: 2023-10-27T10:47:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/models/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/models/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/models/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.982 s
[INFO] Finished at: 2023-10-27T10:47:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/models/default_related_name/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/models/default_related_name/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/models/default_related_name/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.193 s
[INFO] Finished at: 2023-10-27T10:47:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.961 s
[INFO] Finished at: 2023-10-27T10:47:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/test_default_related_name/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/test_default_related_name/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/test_default_related_name/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.446 s
[INFO] Finished at: 2023-10-27T10:47:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/test_default_pk/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/test_default_pk/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/test_default_pk/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.273 s
[INFO] Finished at: 2023-10-27T10:47:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.035 s
[INFO] Finished at: 2023-10-27T10:47:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/test_tablespaces/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 140ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/test_tablespaces/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_options/test_tablespaces/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.614 s
[INFO] Finished at: 2023-10-27T10:47:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.882 s
[INFO] Finished at: 2023-10-27T10:47:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/admin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.321 s
[INFO] Finished at: 2023-10-27T10:48:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.990 s
[INFO] Finished at: 2023-10-27T10:48:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/test_templates/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/test_templates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/test_templates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.190 s
[INFO] Finished at: 2023-10-27T10:48:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.131 s
[INFO] Finished at: 2023-10-27T10:48:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_inlines/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.380 s
[INFO] Finished at: 2023-10-27T10:48:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.943 s
[INFO] Finished at: 2023-10-27T10:48:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.019 s
[INFO] Finished at: 2023-10-27T10:48:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.026 s
[INFO] Finished at: 2023-10-27T10:48:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.424 s
[INFO] Finished at: 2023-10-27T10:48:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/context_processors/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.089 s
[INFO] Finished at: 2023-10-27T10:48:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queryset_pickle/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queryset_pickle/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queryset_pickle/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.225 s
[INFO] Finished at: 2023-10-27T10:48:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queryset_pickle/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queryset_pickle/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queryset_pickle/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.002 s
[INFO] Finished at: 2023-10-27T10:48:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queryset_pickle/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queryset_pickle/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/queryset_pickle/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.835 s
[INFO] Finished at: 2023-10-27T10:49:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.089 s
[INFO] Finished at: 2023-10-27T10:49:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.032 s
[INFO] Finished at: 2023-10-27T10:49:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/test_serializemixin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/test_serializemixin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/test_serializemixin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.113 s
[INFO] Finished at: 2023-10-27T10:49:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.077 s
[INFO] Finished at: 2023-10-27T10:49:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/test_transactiontestcase/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/test_transactiontestcase/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/test_transactiontestcase/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.284 s
[INFO] Finished at: 2023-10-27T10:49:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/test_simpletestcase/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/test_simpletestcase/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/test_simpletestcase/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.484 s
[INFO] Finished at: 2023-10-27T10:49:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.321 s
[INFO] Finished at: 2023-10-27T10:49:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/test_testcase/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/test_testcase/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/test_testcase/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.548 s
[INFO] Finished at: 2023-10-27T10:49:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_utils/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.078 s
[INFO] Finished at: 2023-10-27T10:49:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_typecasts/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_typecasts/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_typecasts/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.113 s
[INFO] Finished at: 2023-10-27T10:49:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_typecasts/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_typecasts/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_typecasts/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.688 s
[INFO] Finished at: 2023-10-27T10:49:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2o_recursive/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2o_recursive/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2o_recursive/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.113 s
[INFO] Finished at: 2023-10-27T10:49:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2o_recursive/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2o_recursive/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2o_recursive/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.968 s
[INFO] Finished at: 2023-10-27T10:49:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2o_recursive/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2o_recursive/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2o_recursive/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.291 s
[INFO] Finished at: 2023-10-27T10:50:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/responses/test_cookie/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/responses/test_cookie/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/responses/test_cookie/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.727 s
[INFO] Finished at: 2023-10-27T10:50:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/responses/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/responses/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/responses/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.994 s
[INFO] Finished at: 2023-10-27T10:50:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/responses/test_fileresponse/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/responses/test_fileresponse/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/responses/test_fileresponse/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.472 s
[INFO] Finished at: 2023-10-27T10:50:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/responses/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/responses/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/responses/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.606 s
[INFO] Finished at: 2023-10-27T10:50:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/models/publication/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/models/publication/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/models/publication/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.007 s
[INFO] Finished at: 2023-10-27T10:50:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/models/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 136ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/models/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/models/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.086 s
[INFO] Finished at: 2023-10-27T10:50:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/models/article/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/models/article/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/models/article/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.008 s
[INFO] Finished at: 2023-10-27T10:50:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.978 s
[INFO] Finished at: 2023-10-27T10:50:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_package/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.399 s
[INFO] Finished at: 2023-10-27T10:50:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_enums/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_enums/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_enums/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.974 s
[INFO] Finished at: 2023-10-27T10:50:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_enums/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 129ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_enums/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_enums/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.576 s
[INFO] Finished at: 2023-10-27T10:50:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/properties/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/properties/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/properties/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.164 s
[INFO] Finished at: 2023-10-27T10:50:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/properties/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/properties/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/properties/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.954 s
[INFO] Finished at: 2023-10-27T10:50:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/properties/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/properties/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/properties/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.202 s
[INFO] Finished at: 2023-10-27T10:50:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/reverse_lookup/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/reverse_lookup/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/reverse_lookup/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.093 s
[INFO] Finished at: 2023-10-27T10:50:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/reverse_lookup/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/reverse_lookup/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/reverse_lookup/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.990 s
[INFO] Finished at: 2023-10-27T10:50:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/reverse_lookup/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/reverse_lookup/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/reverse_lookup/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.177 s
[INFO] Finished at: 2023-10-27T10:51:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.991 s
[INFO] Finished at: 2023-10-27T10:51:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.979 s
[INFO] Finished at: 2023-10-27T10:51:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty/no_models/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty/no_models/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty/no_models/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.988 s
[INFO] Finished at: 2023-10-27T10:51:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/empty/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.065 s
[INFO] Finished at: 2023-10-27T10:51:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.250 s
[INFO] Finished at: 2023-10-27T10:51:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.043 s
[INFO] Finished at: 2023-10-27T10:51:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.066 s
[INFO] Finished at: 2023-10-27T10:51:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.991 s
[INFO] Finished at: 2023-10-27T10:51:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/test_generate_filename/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/test_generate_filename/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/file_storage/test_generate_filename/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.702 s
[INFO] Finished at: 2023-10-27T10:51:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/related_models_app/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/related_models_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/related_models_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.936 s
[INFO] Finished at: 2023-10-27T10:51:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.989 s
[INFO] Finished at: 2023-10-27T10:51:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/_util/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/_util/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/_util/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.941 s
[INFO] Finished at: 2023-10-27T10:51:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.004 s
[INFO] Finished at: 2023-10-27T10:51:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/~util/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/~util/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/~util/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.947 s
[INFO] Finished at: 2023-10-27T10:51:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/.util/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/.util/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_private/.util/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.963 s
[INFO] Finished at: 2023-10-27T10:52:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/deprecated_field_migrations/0002_remove_ipaddressfield_ip/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/deprecated_field_migrations/0002_remove_ipaddressfield_ip/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/deprecated_field_migrations/0002_remove_ipaddressfield_ip/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.028 s
[INFO] Finished at: 2023-10-27T10:52:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/deprecated_field_migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/deprecated_field_migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/deprecated_field_migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.943 s
[INFO] Finished at: 2023-10-27T10:52:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/deprecated_field_migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/deprecated_field_migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/deprecated_field_migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.202 s
[INFO] Finished at: 2023-10-27T10:52:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_writer/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_writer/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_writer/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.302 s
[INFO] Finished at: 2023-10-27T10:52:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_commands/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_commands/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_commands/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.726 s
[INFO] Finished at: 2023-10-27T10:52:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_auto_now_add/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_auto_now_add/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_auto_now_add/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.954 s
[INFO] Finished at: 2023-10-27T10:52:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_auto_now_add/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_auto_now_add/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_auto_now_add/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.301 s
[INFO] Finished at: 2023-10-27T10:52:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_add_many_to_many_field_initial/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_add_many_to_many_field_initial/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_add_many_to_many_field_initial/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.974 s
[INFO] Finished at: 2023-10-27T10:52:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_add_many_to_many_field_initial/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_add_many_to_many_field_initial/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_add_many_to_many_field_initial/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.360 s
[INFO] Finished at: 2023-10-27T10:52:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_add_many_to_many_field_initial/0002_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_add_many_to_many_field_initial/0002_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_add_many_to_many_field_initial/0002_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.099 s
[INFO] Finished at: 2023-10-27T10:52:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_non_atomic/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_non_atomic/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_non_atomic/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.006 s
[INFO] Finished at: 2023-10-27T10:52:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_non_atomic/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_non_atomic/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_non_atomic/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.285 s
[INFO] Finished at: 2023-10-27T10:52:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.104 s
[INFO] Finished at: 2023-10-27T10:53:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.974 s
[INFO] Finished at: 2023-10-27T10:53:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/0002_add_field/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/0002_add_field/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/0002_add_field/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.108 s
[INFO] Finished at: 2023-10-27T10:53:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.201 s
[INFO] Finished at: 2023-10-27T10:53:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.992 s
[INFO] Finished at: 2023-10-27T10:53:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0002_conflicting_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0002_conflicting_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0002_conflicting_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.057 s
[INFO] Finished at: 2023-10-27T10:53:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.058 s
[INFO] Finished at: 2023-10-27T10:53:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0002_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0002_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0002_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.179 s
[INFO] Finished at: 2023-10-27T10:53:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.251 s
[INFO] Finished at: 2023-10-27T10:53:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.979 s
[INFO] Finished at: 2023-10-27T10:53:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.956 s
[INFO] Finished at: 2023-10-27T10:53:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0002_conflicting_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0002_conflicting_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0002_conflicting_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.120 s
[INFO] Finished at: 2023-10-27T10:53:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.973 s
[INFO] Finished at: 2023-10-27T10:53:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0002_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-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;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0002_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0002_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.181 s
[INFO] Finished at: 2023-10-27T10:53:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.295 s
[INFO] Finished at: 2023-10-27T10:53:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.991 s
[INFO] Finished at: 2023-10-27T10:53:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.047 s
[INFO] Finished at: 2023-10-27T10:53:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 128ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.022 s
[INFO] Finished at: 2023-10-27T10:53:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0002_a2/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0002_a2/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0002_a2/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.151 s
[INFO] Finished at: 2023-10-27T10:54:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.015 s
[INFO] Finished at: 2023-10-27T10:54:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.223 s
[INFO] Finished at: 2023-10-27T10:54:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0004_a4/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0004_a4/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0004_a4/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.206 s
[INFO] Finished at: 2023-10-27T10:54:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0003_a3/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0003_a3/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0003_a3/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.213 s
[INFO] Finished at: 2023-10-27T10:54:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/normal/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/normal/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/normal/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.970 s
[INFO] Finished at: 2023-10-27T10:54:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/without_init_file/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/without_init_file/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/without_init_file/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.996 s
[INFO] Finished at: 2023-10-27T10:54:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_simple/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_simple/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_simple/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.216 s
[INFO] Finished at: 2023-10-27T10:54:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_simple/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_simple/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_simple/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.981 s
[INFO] Finished at: 2023-10-27T10:54:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.958 s
[INFO] Finished at: 2023-10-27T10:54:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.985 s
[INFO] Finished at: 2023-10-27T10:54:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.154 s
[INFO] Finished at: 2023-10-27T10:54:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 135ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.090 s
[INFO] Finished at: 2023-10-27T10:54:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.054 s
[INFO] Finished at: 2023-10-27T10:54:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.963 s
[INFO] Finished at: 2023-10-27T10:54:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.188 s
[INFO] Finished at: 2023-10-27T10:54:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0002_alter_id/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 127ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0002_alter_id/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0002_alter_id/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.121 s
[INFO] Finished at: 2023-10-27T10:54:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.062 s
[INFO] Finished at: 2023-10-27T10:55:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.995 s
[INFO] Finished at: 2023-10-27T10:55:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_syncdb/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_syncdb/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_syncdb/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.023 s
[INFO] Finished at: 2023-10-27T10:55:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_syncdb/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_syncdb/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_syncdb/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.964 s
[INFO] Finished at: 2023-10-27T10:55:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.089 s
[INFO] Finished at: 2023-10-27T10:55:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.948 s
[INFO] Finished at: 2023-10-27T10:55:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.085 s
[INFO] Finished at: 2023-10-27T10:55:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.259 s
[INFO] Finished at: 2023-10-27T10:55:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.007 s
[INFO] Finished at: 2023-10-27T10:55:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.972 s
[INFO] Finished at: 2023-10-27T10:55:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0003_c3/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0003_c3/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0003_c3/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.176 s
[INFO] Finished at: 2023-10-27T10:55:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0002_c2/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0002_c2/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0002_c2/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.171 s
[INFO] Finished at: 2023-10-27T10:55:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.966 s
[INFO] Finished at: 2023-10-27T10:55:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.133 s
[INFO] Finished at: 2023-10-27T10:55:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/with_package_model/models/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/with_package_model/models/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/with_package_model/models/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.965 s
[INFO] Finished at: 2023-10-27T10:55:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/with_package_model/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/with_package_model/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/with_package_model/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.978 s
[INFO] Finished at: 2023-10-27T10:55:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.037 s
[INFO] Finished at: 2023-10-27T10:55:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.988 s
[INFO] Finished at: 2023-10-27T10:55:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.027 s
[INFO] Finished at: 2023-10-27T10:56:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.178 s
[INFO] Finished at: 2023-10-27T10:56:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0003_b3/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0003_b3/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0003_b3/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.102 s
[INFO] Finished at: 2023-10-27T10:56:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0002_b2/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0002_b2/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0002_b2/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.213 s
[INFO] Finished at: 2023-10-27T10:56:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.972 s
[INFO] Finished at: 2023-10-27T10:56:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.046 s
[INFO] Finished at: 2023-10-27T10:56:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.205 s
[INFO] Finished at: 2023-10-27T10:56:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_app/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_app/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_app/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.975 s
[INFO] Finished at: 2023-10-27T10:56:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_app/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_app/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_app/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.021 s
[INFO] Finished at: 2023-10-27T10:56:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_app/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_app/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_app/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.943 s
[INFO] Finished at: 2023-10-27T10:56:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_app/migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_app/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/migrations_test_apps/migrated_app/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.260 s
[INFO] Finished at: 2023-10-27T10:56:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_optimizer/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_optimizer/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_optimizer/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.444 s
[INFO] Finished at: 2023-10-27T10:56:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_executor/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_executor/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_executor/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.079 s
[INFO] Finished at: 2023-10-27T10:56:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:24 min
[INFO] Finished at: 2023-10-27T10:58:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_multidb/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_multidb/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_multidb/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.565 s
[INFO] Finished at: 2023-10-27T10:58:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_initial_false/0001_not_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_initial_false/0001_not_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_initial_false/0001_not_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.331 s
[INFO] Finished at: 2023-10-27T10:58:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_initial_false/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_initial_false/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_initial_false/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.973 s
[INFO] Finished at: 2023-10-27T10:58:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.158 s
[INFO] Finished at: 2023-10-27T10:58:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/routers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/routers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/routers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.057 s
[INFO] Finished at: 2023-10-27T10:58:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_exceptions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_exceptions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_exceptions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.049 s
[INFO] Finished at: 2023-10-27T10:58:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.002 s
[INFO] Finished at: 2023-10-27T10:58:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0002_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0002_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0002_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.113 s
[INFO] Finished at: 2023-10-27T10:58:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0005_fifth/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0005_fifth/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0005_fifth/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.077 s
[INFO] Finished at: 2023-10-27T10:58:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.167 s
[INFO] Finished at: 2023-10-27T10:58:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0003_third/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0003_third/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0003_third/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.077 s
[INFO] Finished at: 2023-10-27T10:58:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0004_fourth/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0004_fourth/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_plan/0004_fourth/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.046 s
[INFO] Finished at: 2023-10-27T10:58:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_fake_split_initial/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_fake_split_initial/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_fake_split_initial/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.947 s
[INFO] Finished at: 2023-10-27T10:59:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_fake_split_initial/0002_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_fake_split_initial/0002_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_fake_split_initial/0002_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.183 s
[INFO] Finished at: 2023-10-27T10:59:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_fake_split_initial/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 148ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_fake_split_initial/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_fake_split_initial/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.390 s
[INFO] Finished at: 2023-10-27T10:59:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict/0002_conflicting_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict/0002_conflicting_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict/0002_conflicting_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.140 s
[INFO] Finished at: 2023-10-27T10:59:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.995 s
[INFO] Finished at: 2023-10-27T10:59:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict/0002_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict/0002_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict/0002_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.277 s
[INFO] Finished at: 2023-10-27T10:59:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 128ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.288 s
[INFO] Finished at: 2023-10-27T10:59:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.953 s
[INFO] Finished at: 2023-10-27T10:59:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 135ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.102 s
[INFO] Finished at: 2023-10-27T10:59:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/0002_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/0002_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/0002_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.030 s
[INFO] Finished at: 2023-10-27T10:59:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.081 s
[INFO] Finished at: 2023-10-27T10:59:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/0001_squashed_0002/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/0001_squashed_0002/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/0001_squashed_0002/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.039 s
[INFO] Finished at: 2023-10-27T10:59:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/0003_third/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/0003_third/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_extra/0003_third/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.031 s
[INFO] Finished at: 2023-10-27T10:59:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.978 s
[INFO] Finished at: 2023-10-27T10:59:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations/0002_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations/0002_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations/0002_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.273 s
[INFO] Finished at: 2023-10-27T10:59:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.392 s
[INFO] Finished at: 2023-10-27T10:59:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/2_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/2_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/2_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.167 s
[INFO] Finished at: 2023-10-27T10:59:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.968 s
[INFO] Finished at: 2023-10-27T10:59:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_squashed_2/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_squashed_2/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_squashed_2/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.036 s
[INFO] Finished at: 2023-10-27T11:00:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.019 s
[INFO] Finished at: 2023-10-27T11:00:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/2_squashed_3/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/2_squashed_3/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/2_squashed_3/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.058 s
[INFO] Finished at: 2023-10-27T11:00:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/2_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/2_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/2_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.993 s
[INFO] Finished at: 2023-10-27T11:00:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.989 s
[INFO] Finished at: 2023-10-27T11:00:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/4_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/4_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/4_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.066 s
[INFO] Finished at: 2023-10-27T11:00:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/3_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/3_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/3_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.066 s
[INFO] Finished at: 2023-10-27T11:00:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/1_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/1_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/1_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.970 s
[INFO] Finished at: 2023-10-27T11:00:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.989 s
[INFO] Finished at: 2023-10-27T11:00:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_namespace_package/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_namespace_package/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_namespace_package/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.110 s
[INFO] Finished at: 2023-10-27T11:00:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_questioner/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_questioner/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_questioner/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.122 s
[INFO] Finished at: 2023-10-27T11:00:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_default/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_default/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_default/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.968 s
[INFO] Finished at: 2023-10-27T11:00:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_default/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_default/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_default/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.186 s
[INFO] Finished at: 2023-10-27T11:00:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_unmigdep/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_unmigdep/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_unmigdep/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.023 s
[INFO] Finished at: 2023-10-27T11:00:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_unmigdep/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_unmigdep/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_unmigdep/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.163 s
[INFO] Finished at: 2023-10-27T11:00:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_operations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_operations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_operations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.963 s
[INFO] Finished at: 2023-10-27T11:00:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_operations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_operations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_operations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.070 s
[INFO] Finished at: 2023-10-27T11:00:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_empty/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_empty/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_empty/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.968 s
[INFO] Finished at: 2023-10-27T11:01:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_order/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_order/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_order/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.953 s
[INFO] Finished at: 2023-10-27T11:01:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_order/0001/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_order/0001/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_order/0001/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.062 s
[INFO] Finished at: 2023-10-27T11:01:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_fake_initial_case_insensitive/initial/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_fake_initial_case_insensitive/initial/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_fake_initial_case_insensitive/initial/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.971 s
[INFO] Finished at: 2023-10-27T11:01:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_fake_initial_case_insensitive/initial/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_fake_initial_case_insensitive/initial/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_fake_initial_case_insensitive/initial/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.262 s
[INFO] Finished at: 2023-10-27T11:01:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_fake_initial_case_insensitive/fake_initial/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_fake_initial_case_insensitive/fake_initial/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_fake_initial_case_insensitive/fake_initial/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.029 s
[INFO] Finished at: 2023-10-27T11:01:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_fake_initial_case_insensitive/fake_initial/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_fake_initial_case_insensitive/fake_initial/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_fake_initial_case_insensitive/fake_initial/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.284 s
[INFO] Finished at: 2023-10-27T11:01:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_autodetector/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_autodetector/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_autodetector/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  52.746 s
[INFO] Finished at: 2023-10-27T11:02:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_changes/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_changes/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_changes/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.970 s
[INFO] Finished at: 2023-10-27T11:02:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_changes/0002_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_changes/0002_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_changes/0002_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.322 s
[INFO] Finished at: 2023-10-27T11:02:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_changes/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_changes/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_changes/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.405 s
[INFO] Finished at: 2023-10-27T11:02:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_changes/0003_third/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_changes/0003_third/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_changes/0003_third/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.241 s
[INFO] Finished at: 2023-10-27T11:02:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.682 s
[INFO] Finished at: 2023-10-27T11:02:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.056 s
[INFO] Finished at: 2023-10-27T11:02:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed/0002_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed/0002_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed/0002_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.279 s
[INFO] Finished at: 2023-10-27T11:02:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.293 s
[INFO] Finished at: 2023-10-27T11:02:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed/0001_squashed_0002/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 125ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed/0001_squashed_0002/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed/0001_squashed_0002/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.326 s
[INFO] Finished at: 2023-10-27T11:02:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/2_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/2_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/2_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.070 s
[INFO] Finished at: 2023-10-27T11:02:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.965 s
[INFO] Finished at: 2023-10-27T11:02:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/1_squashed_2/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/1_squashed_2/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/1_squashed_2/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.083 s
[INFO] Finished at: 2023-10-27T11:02:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/1_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/1_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/1_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.065 s
[INFO] Finished at: 2023-10-27T11:03:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/2_squashed_3/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/2_squashed_3/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/2_squashed_3/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.131 s
[INFO] Finished at: 2023-10-27T11:03:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/2_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/2_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/2_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.046 s
[INFO] Finished at: 2023-10-27T11:03:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.001 s
[INFO] Finished at: 2023-10-27T11:03:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/4_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/4_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/4_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.020 s
[INFO] Finished at: 2023-10-27T11:03:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/3_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/3_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/3_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.022 s
[INFO] Finished at: 2023-10-27T11:03:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/1_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/1_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/1_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.053 s
[INFO] Finished at: 2023-10-27T11:03:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.940 s
[INFO] Finished at: 2023-10-27T11:03:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_backwards_deps_1/0002_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_backwards_deps_1/0002_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_backwards_deps_1/0002_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.000 s
[INFO] Finished at: 2023-10-27T11:03:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_backwards_deps_1/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_backwards_deps_1/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_backwards_deps_1/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.032 s
[INFO] Finished at: 2023-10-27T11:03:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/faulty_migrations/namespace/foo/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/faulty_migrations/namespace/foo/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/faulty_migrations/namespace/foo/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.994 s
[INFO] Finished at: 2023-10-27T11:03:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/faulty_migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/faulty_migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/faulty_migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.983 s
[INFO] Finished at: 2023-10-27T11:03:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/faulty_migrations/file/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/faulty_migrations/file/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/faulty_migrations/file/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.946 s
[INFO] Finished at: 2023-10-27T11:03:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_clashing_prefix/ab/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_clashing_prefix/ab/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_clashing_prefix/ab/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.032 s
[INFO] Finished at: 2023-10-27T11:03:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_clashing_prefix/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_clashing_prefix/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_clashing_prefix/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.003 s
[INFO] Finished at: 2023-10-27T11:03:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_clashing_prefix/a/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_clashing_prefix/a/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_clashing_prefix/a/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.970 s
[INFO] Finished at: 2023-10-27T11:03:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_run_before/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_run_before/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_run_before/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.072 s
[INFO] Finished at: 2023-10-27T11:03:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_run_before/0002_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_run_before/0002_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_run_before/0002_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.166 s
[INFO] Finished at: 2023-10-27T11:03:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_run_before/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_run_before/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_run_before/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.165 s
[INFO] Finished at: 2023-10-27T11:04:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_run_before/0003_third/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 142ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_run_before/0003_third/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_run_before/0003_third/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.459 s
[INFO] Finished at: 2023-10-27T11:04:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_state/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_state/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_state/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  20.418 s
[INFO] Finished at: 2023-10-27T11:04:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict_long_name/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict_long_name/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict_long_name/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.971 s
[INFO] Finished at: 2023-10-27T11:04:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict_long_name/0002_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict_long_name/0002_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict_long_name/0002_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.059 s
[INFO] Finished at: 2023-10-27T11:04:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict_long_name/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict_long_name/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict_long_name/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.060 s
[INFO] Finished at: 2023-10-27T11:04:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict_long_name/0002_conflicting_second_migration_with_long_name/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict_long_name/0002_conflicting_second_migration_with_long_name/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_conflict_long_name/0002_conflicting_second_migration_with_long_name/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.090 s
[INFO] Finished at: 2023-10-27T11:04:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_atomic_operation/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_atomic_operation/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_atomic_operation/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.980 s
[INFO] Finished at: 2023-10-27T11:04:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_atomic_operation/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_atomic_operation/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_atomic_operation/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.166 s
[INFO] Finished at: 2023-10-27T11:04:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/6_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/6_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/6_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.047 s
[INFO] Finished at: 2023-10-27T11:04:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/2_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/2_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/2_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.116 s
[INFO] Finished at: 2023-10-27T11:04:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.995 s
[INFO] Finished at: 2023-10-27T11:04:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/3_squashed_5/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/3_squashed_5/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/3_squashed_5/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.091 s
[INFO] Finished at: 2023-10-27T11:05:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/4_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/4_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/4_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.203 s
[INFO] Finished at: 2023-10-27T11:05:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/3_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/3_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/3_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.080 s
[INFO] Finished at: 2023-10-27T11:05:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/7_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/7_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/7_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.132 s
[INFO] Finished at: 2023-10-27T11:05:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/5_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/5_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/5_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.003 s
[INFO] Finished at: 2023-10-27T11:05:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/1_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/1_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_complex/1_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.034 s
[INFO] Finished at: 2023-10-27T11:05:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_loader/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_loader/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_loader/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.962 s
[INFO] Finished at: 2023-10-27T11:05:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_bad_pyc/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_bad_pyc/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_bad_pyc/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.012 s
[INFO] Finished at: 2023-10-27T11:05:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/6_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/6_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/6_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.102 s
[INFO] Finished at: 2023-10-27T11:05:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/2_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/2_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/2_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.046 s
[INFO] Finished at: 2023-10-27T11:05:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.053 s
[INFO] Finished at: 2023-10-27T11:05:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/3_squashed_5/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/3_squashed_5/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/3_squashed_5/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.077 s
[INFO] Finished at: 2023-10-27T11:05:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/7_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/7_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/7_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.016 s
[INFO] Finished at: 2023-10-27T11:05:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/1_auto/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/1_auto/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_squashed_erroneous/1_auto/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.013 s
[INFO] Finished at: 2023-10-27T11:05:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_deprecated_fields/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_deprecated_fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_deprecated_fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.101 s
[INFO] Finished at: 2023-10-27T11:05:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_custom_user/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_custom_user/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_custom_user/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.917 s
[INFO] Finished at: 2023-10-27T11:05:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_custom_user/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_custom_user/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_custom_user/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.243 s
[INFO] Finished at: 2023-10-27T11:05:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_first/thefirst/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_first/thefirst/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_first/thefirst/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.322 s
[INFO] Finished at: 2023-10-27T11:06:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_first/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_first/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_first/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.972 s
[INFO] Finished at: 2023-10-27T11:06:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_first/second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_first/second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_first/second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.287 s
[INFO] Finished at: 2023-10-27T11:06:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_graph/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_graph/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_graph/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.251 s
[INFO] Finished at: 2023-10-27T11:06:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_ancestor/0002_conflicting_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_ancestor/0002_conflicting_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_ancestor/0002_conflicting_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.228 s
[INFO] Finished at: 2023-10-27T11:06:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_ancestor/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_ancestor/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_ancestor/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.969 s
[INFO] Finished at: 2023-10-27T11:06:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_ancestor/0002_second/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_ancestor/0002_second/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_ancestor/0002_second/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.311 s
[INFO] Finished at: 2023-10-27T11:06:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_ancestor/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_ancestor/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/migrations/test_migrations_no_ancestor/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.286 s
[INFO] Finished at: 2023-10-27T11:06:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_signals/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_signals/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_signals/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.140 s
[INFO] Finished at: 2023-10-27T11:06:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_signals/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_signals/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_signals/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.973 s
[INFO] Finished at: 2023-10-27T11:06:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_signals/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_signals/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_signals/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.384 s
[INFO] Finished at: 2023-10-27T11:06:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/resolve_url/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/resolve_url/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/resolve_url/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.090 s
[INFO] Finished at: 2023-10-27T11:06:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/resolve_url/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/resolve_url/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/resolve_url/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.043 s
[INFO] Finished at: 2023-10-27T11:06:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/resolve_url/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/resolve_url/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/resolve_url/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.115 s
[INFO] Finished at: 2023-10-27T11:06:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/resolve_url/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/resolve_url/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/resolve_url/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.231 s
[INFO] Finished at: 2023-10-27T11:06:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/test_views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/test_views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/test_views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.410 s
[INFO] Finished at: 2023-10-27T11:06:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.279 s
[INFO] Finished at: 2023-10-27T11:07:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.045 s
[INFO] Finished at: 2023-10-27T11:07:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/test_utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/test_utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/test_utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.359 s
[INFO] Finished at: 2023-10-27T11:07:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/namespace_urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/namespace_urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/namespace_urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.212 s
[INFO] Finished at: 2023-10-27T11:07:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.302 s
[INFO] Finished at: 2023-10-27T11:07:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.069 s
[INFO] Finished at: 2023-10-27T11:07:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.140 s
[INFO] Finished at: 2023-10-27T11:07:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/test_middleware/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/test_middleware/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/admin_docs/test_middleware/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.236 s
[INFO] Finished at: 2023-10-27T11:07:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.225 s
[INFO] Finished at: 2023-10-27T11:07:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.994 s
[INFO] Finished at: 2023-10-27T11:07:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation/test_filter_argument/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation/test_filter_argument/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation/test_filter_argument/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.147 s
[INFO] Finished at: 2023-10-27T11:07:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 142ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/aggregation/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  26.881 s
[INFO] Finished at: 2023-10-27T11:08:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.208 s
[INFO] Finished at: 2023-10-27T11:08:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.035 s
[INFO] Finished at: 2023-10-27T11:08:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/update/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.257 s
[INFO] Finished at: 2023-10-27T11:08:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related_regress/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related_regress/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related_regress/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.414 s
[INFO] Finished at: 2023-10-27T11:08:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related_regress/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related_regress/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related_regress/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.089 s
[INFO] Finished at: 2023-10-27T11:08:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related_regress/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related_regress/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/select_related_regress/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.872 s
[INFO] Finished at: 2023-10-27T11:08:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/indexes/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/indexes/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/indexes/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.217 s
[INFO] Finished at: 2023-10-27T11:08:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/indexes/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/indexes/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/indexes/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.992 s
[INFO] Finished at: 2023-10-27T11:08:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/indexes/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/indexes/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/indexes/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.189 s
[INFO] Finished at: 2023-10-27T11:08:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_backend_specific/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 125ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_backend_specific/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_backend_specific/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.133 s
[INFO] Finished at: 2023-10-27T11:08:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.984 s
[INFO] Finished at: 2023-10-27T11:08:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_custom_fields/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_custom_fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_custom_fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.093 s
[INFO] Finished at: 2023-10-27T11:08:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.533 s
[INFO] Finished at: 2023-10-27T11:09:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_ordinary_fields/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_ordinary_fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_ordinary_fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.634 s
[INFO] Finished at: 2023-10-27T11:09:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_relative_fields/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 128ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_relative_fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_relative_fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.281 s
[INFO] Finished at: 2023-10-27T11:09:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_deprecated_fields/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_deprecated_fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/invalid_models_tests/test_deprecated_fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.268 s
[INFO] Finished at: 2023-10-27T11:09:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/regression_21530_urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/regression_21530_urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.026 s
[INFO] Finished at: 2023-10-27T11:09:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app4/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app4/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app4/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.132 s
[INFO] Finished at: 2023-10-27T11:09:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app2/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app2/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app2/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.009 s
[INFO] Finished at: 2023-10-27T11:09:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/templatetags/debugtags/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/templatetags/debugtags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/templatetags/debugtags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.035 s
[INFO] Finished at: 2023-10-27T11:09:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/templatetags/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/templatetags/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.959 s
[INFO] Finished at: 2023-10-27T11:09:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.108 s
[INFO] Finished at: 2023-10-27T11:09:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app1/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app1/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app1/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.948 s
[INFO] Finished at: 2023-10-27T11:09:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.987 s
[INFO] Finished at: 2023-10-27T11:09:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app0/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app0/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app0/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.003 s
[INFO] Finished at: 2023-10-27T11:09:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app5/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 132ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app5/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app5/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.007 s
[INFO] Finished at: 2023-10-27T11:10:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app3/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app3/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/app3/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.990 s
[INFO] Finished at: 2023-10-27T11:10:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/generic_urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/generic_urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/generic_urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.400 s
[INFO] Finished at: 2023-10-27T11:10:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.039 s
[INFO] Finished at: 2023-10-27T11:10:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/default_urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/default_urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/default_urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.045 s
[INFO] Finished at: 2023-10-27T11:10:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_specials/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_specials/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.141 s
[INFO] Finished at: 2023-10-27T11:10:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_static/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_static/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.716 s
[INFO] Finished at: 2023-10-27T11:10:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_i18n/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_i18n/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.967 s
[INFO] Finished at: 2023-10-27T11:10:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.981 s
[INFO] Finished at: 2023-10-27T11:10:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_json/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_json/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.174 s
[INFO] Finished at: 2023-10-27T11:10:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_csrf/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_csrf/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.337 s
[INFO] Finished at: 2023-10-27T11:10:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_debug/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 133ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_debug/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_debug/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.086 s
[INFO] Finished at: 2023-10-27T11:10:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_defaults/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/tests/test_defaults/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.635 s
[INFO] Finished at: 2023-10-27T11:10:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/view_tests/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.985 s
[INFO] Finished at: 2023-10-27T11:11:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_intermediary/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_intermediary/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_intermediary/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.246 s
[INFO] Finished at: 2023-10-27T11:11:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_intermediary/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 102ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_intermediary/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_intermediary/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.929 s
[INFO] Finished at: 2023-10-27T11:11:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_intermediary/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_intermediary/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/m2m_intermediary/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.315 s
[INFO] Finished at: 2023-10-27T11:11:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/no_models/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/no_models/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/no_models/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.977 s
[INFO] Finished at: 2023-10-27T11:11:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/no_models/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/no_models/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/no_models/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.042 s
[INFO] Finished at: 2023-10-27T11:11:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.540 s
[INFO] Finished at: 2023-10-27T11:11:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.952 s
[INFO] Finished at: 2023-10-27T11:11:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/fields/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.371 s
[INFO] Finished at: 2023-10-27T11:11:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/test_logging/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/test_logging/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/test_logging/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.101 s
[INFO] Finished at: 2023-10-27T11:11:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 147ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/schema/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:12 min
[INFO] Finished at: 2023-10-27T11:12:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.542 s
[INFO] Finished at: 2023-10-27T11:12:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.965 s
[INFO] Finished at: 2023-10-27T11:12:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.662 s
[INFO] Finished at: 2023-10-27T11:13:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/delete/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/delete/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/delete/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.834 s
[INFO] Finished at: 2023-10-27T11:13:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/delete/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/delete/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/delete/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.045 s
[INFO] Finished at: 2023-10-27T11:13:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/delete/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/delete/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/delete/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.610 s
[INFO] Finished at: 2023-10-27T11:13:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions_case/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions_case/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions_case/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.305 s
[INFO] Finished at: 2023-10-27T11:13:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions_case/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions_case/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions_case/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.993 s
[INFO] Finished at: 2023-10-27T11:13:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions_case/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions_case/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/expressions_case/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.412 s
[INFO] Finished at: 2023-10-27T11:13:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sessions_tests/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sessions_tests/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sessions_tests/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.099 s
[INFO] Finished at: 2023-10-27T11:13:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sessions_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sessions_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sessions_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.955 s
[INFO] Finished at: 2023-10-27T11:13:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sessions_tests/no_clear_expired/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sessions_tests/no_clear_expired/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sessions_tests/no_clear_expired/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.142 s
[INFO] Finished at: 2023-10-27T11:13:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sessions_tests/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sessions_tests/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sessions_tests/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.203 s
[INFO] Finished at: 2023-10-27T11:13:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 127ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.856 s
[INFO] Finished at: 2023-10-27T11:14:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_validators/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_validators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_validators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.173 s
[INFO] Finished at: 2023-10-27T11:14:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_forms/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 129ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_forms/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_forms/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.835 s
[INFO] Finished at: 2023-10-27T11:14:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_handlers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_handlers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_handlers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.180 s
[INFO] Finished at: 2023-10-27T11:14:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_admin_multidb/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_admin_multidb/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_admin_multidb/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.272 s
[INFO] Finished at: 2023-10-27T11:14:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_basic/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_basic/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_basic/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.527 s
[INFO] Finished at: 2023-10-27T11:14:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/custom_user/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/custom_user/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/custom_user/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.362 s
[INFO] Finished at: 2023-10-27T11:14:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/custom_permissions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/custom_permissions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/custom_permissions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.099 s
[INFO] Finished at: 2023-10-27T11:14:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_last_login_attr/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_last_login_attr/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_last_login_attr/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.015 s
[INFO] Finished at: 2023-10-27T11:14:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_integer_username/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_integer_username/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_integer_username/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.157 s
[INFO] Finished at: 2023-10-27T11:14:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/proxy/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/proxy/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/proxy/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.059 s
[INFO] Finished at: 2023-10-27T11:14:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/invalid_models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/invalid_models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/invalid_models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.074 s
[INFO] Finished at: 2023-10-27T11:14:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/is_active/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/is_active/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/is_active/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.096 s
[INFO] Finished at: 2023-10-27T11:14:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/minimal/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 125ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/minimal/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/minimal/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.007 s
[INFO] Finished at: 2023-10-27T11:15:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 143ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.177 s
[INFO] Finished at: 2023-10-27T11:15:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/uuid_pk/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/uuid_pk/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/uuid_pk/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.181 s
[INFO] Finished at: 2023-10-27T11:15:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_foreign_key/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_foreign_key/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_foreign_key/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.096 s
[INFO] Finished at: 2023-10-27T11:15:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_many_to_many/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_many_to_many/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_many_to_many/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.150 s
[INFO] Finished at: 2023-10-27T11:15:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/no_password/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/no_password/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/no_password/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.107 s
[INFO] Finished at: 2023-10-27T11:15:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_custom_email_field/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_custom_email_field/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/models/with_custom_email_field/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.042 s
[INFO] Finished at: 2023-10-27T11:15:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.947 s
[INFO] Finished at: 2023-10-27T11:15:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_migrations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_migrations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_migrations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.830 s
[INFO] Finished at: 2023-10-27T11:15:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_signals/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 134ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_signals/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_signals/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.537 s
[INFO] Finished at: 2023-10-27T11:15:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_remote_user/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_remote_user/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_remote_user/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.893 s
[INFO] Finished at: 2023-10-27T11:15:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_hashers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_hashers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_hashers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.319 s
[INFO] Finished at: 2023-10-27T11:15:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_management/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 124ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_management/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_management/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.375 s
[INFO] Finished at: 2023-10-27T11:15:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_templates/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_templates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_templates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.456 s
[INFO] Finished at: 2023-10-27T11:15:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_tokens/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_tokens/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_tokens/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.576 s
[INFO] Finished at: 2023-10-27T11:16:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 138ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.763 s
[INFO] Finished at: 2023-10-27T11:16:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/settings/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/settings/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/settings/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.391 s
[INFO] Finished at: 2023-10-27T11:16:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/backend_alias/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/backend_alias/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/backend_alias/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.003 s
[INFO] Finished at: 2023-10-27T11:16:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/urls_custom_user_admin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/urls_custom_user_admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/urls_custom_user_admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.074 s
[INFO] Finished at: 2023-10-27T11:16:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_checks/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.716 s
[INFO] Finished at: 2023-10-27T11:16:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/client/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.115 s
[INFO] Finished at: 2023-10-27T11:16:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_context_processors/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_context_processors/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_context_processors/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.525 s
[INFO] Finished at: 2023-10-27T11:16:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_mixins/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_mixins/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_mixins/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.939 s
[INFO] Finished at: 2023-10-27T11:16:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_decorators/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_decorators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_decorators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.498 s
[INFO] Finished at: 2023-10-27T11:16:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.598 s
[INFO] Finished at: 2023-10-27T11:16:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_middleware/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_middleware/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_middleware/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.195 s
[INFO] Finished at: 2023-10-27T11:16:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/urls_admin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/urls_admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/urls_admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.031 s
[INFO] Finished at: 2023-10-27T11:16:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_auth_backends/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_auth_backends/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/auth_tests/test_auth_backends/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.483 s
[INFO] Finished at: 2023-10-27T11:16:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_one/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_one/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_one/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.414 s
[INFO] Finished at: 2023-10-27T11:16:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_one/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_one/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_one/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.071 s
[INFO] Finished at: 2023-10-27T11:17:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_one/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_one/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/many_to_one/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.312 s
[INFO] Finished at: 2023-10-27T11:17:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/str/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/str/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/str/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.030 s
[INFO] Finished at: 2023-10-27T11:17:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/str/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/str/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/str/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.931 s
[INFO] Finished at: 2023-10-27T11:17:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/str/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/str/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/str/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.301 s
[INFO] Finished at: 2023-10-27T11:17:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/annotations/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/annotations/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/annotations/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.281 s
[INFO] Finished at: 2023-10-27T11:17:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/annotations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/annotations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/annotations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.951 s
[INFO] Finished at: 2023-10-27T11:17:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/annotations/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/annotations/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/annotations/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.067 s
[INFO] Finished at: 2023-10-27T11:17:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_validators/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_validators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_validators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.146 s
[INFO] Finished at: 2023-10-27T11:17:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.589 s
[INFO] Finished at: 2023-10-27T11:17:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.132 s
[INFO] Finished at: 2023-10-27T11:17:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_picklable/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_picklable/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_picklable/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.316 s
[INFO] Finished at: 2023-10-27T11:17:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_custom_messages/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_custom_messages/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_custom_messages/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.129 s
[INFO] Finished at: 2023-10-27T11:17:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_error_messages/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_error_messages/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_error_messages/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.375 s
[INFO] Finished at: 2023-10-27T11:18:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_unique/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_unique/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/test_unique/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.078 s
[INFO] Finished at: 2023-10-27T11:18:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/validation/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.806 s
[INFO] Finished at: 2023-10-27T11:18:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-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;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.055 s
[INFO] Finished at: 2023-10-27T11:18:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.116 s
[INFO] Finished at: 2023-10-27T11:18:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/middleware/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/middleware/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/middleware/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.417 s
[INFO] Finished at: 2023-10-27T11:18:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.890 s
[INFO] Finished at: 2023-10-27T11:18:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/middleware_exceptions/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.144 s
[INFO] Finished at: 2023-10-27T11:18:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/constraints/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/constraints/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/constraints/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.601 s
[INFO] Finished at: 2023-10-27T11:18:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/constraints/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/constraints/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/constraints/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.917 s
[INFO] Finished at: 2023-10-27T11:18:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/constraints/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/constraints/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/constraints/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.005 s
[INFO] Finished at: 2023-10-27T11:18:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/test_forms/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/test_forms/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/test_forms/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.202 s
[INFO] Finished at: 2023-10-27T11:18:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 127ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.163 s
[INFO] Finished at: 2023-10-27T11:18:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/customers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/customers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/customers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.167 s
[INFO] Finished at: 2023-10-27T11:18:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/article/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/article/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/article/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.434 s
[INFO] Finished at: 2023-10-27T11:18:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/person/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/person/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/person/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.331 s
[INFO] Finished at: 2023-10-27T11:18:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/empty_join/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/empty_join/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/models/empty_join/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.468 s
[INFO] Finished at: 2023-10-27T11:19:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/test_empty_join/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/test_empty_join/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/test_empty_join/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.272 s
[INFO] Finished at: 2023-10-27T11:19:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.980 s
[INFO] Finished at: 2023-10-27T11:19:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.973 s
[INFO] Finished at: 2023-10-27T11:19:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/test_agnostic_order_trimjoin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/test_agnostic_order_trimjoin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/foreign_object/test_agnostic_order_trimjoin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.187 s
[INFO] Finished at: 2023-10-27T11:19:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.058 s
[INFO] Finished at: 2023-10-27T11:19:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.977 s
[INFO] Finished at: 2023-10-27T11:19:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.319 s
[INFO] Finished at: 2023-10-27T11:19:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_https/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_https/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_https/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.254 s
[INFO] Finished at: 2023-10-27T11:19:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_management/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_management/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_management/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.039 s
[INFO] Finished at: 2023-10-27T11:19:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.071 s
[INFO] Finished at: 2023-10-27T11:19:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/empty/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 102ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/empty/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/empty/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.004 s
[INFO] Finished at: 2023-10-27T11:19:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/http/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/http/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/http/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.449 s
[INFO] Finished at: 2023-10-27T11:19:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/https/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/https/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/https/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.201 s
[INFO] Finished at: 2023-10-27T11:19:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/index_only/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 124ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/index_only/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/urls/index_only/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.203 s
[INFO] Finished at: 2023-10-27T11:19:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_http/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_http/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_http/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.117 s
[INFO] Finished at: 2023-10-27T11:19:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_generic/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_generic/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/test_generic/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.486 s
[INFO] Finished at: 2023-10-27T11:20:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/sitemaps_tests/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.248 s
[INFO] Finished at: 2023-10-27T11:20:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/filtered_relation/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/filtered_relation/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/filtered_relation/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.391 s
[INFO] Finished at: 2023-10-27T11:20:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/filtered_relation/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/filtered_relation/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/filtered_relation/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.950 s
[INFO] Finished at: 2023-10-27T11:20:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/filtered_relation/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/filtered_relation/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/filtered_relation/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.814 s
[INFO] Finished at: 2023-10-27T11:20:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/project_template/test_settings/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/project_template/test_settings/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/project_template/test_settings/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.213 s
[INFO] Finished at: 2023-10-27T11:20:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/project_template/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/project_template/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/project_template/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.962 s
[INFO] Finished at: 2023-10-27T11:20:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/project_template/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/project_template/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/project_template/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.140 s
[INFO] Finished at: 2023-10-27T11:20:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/project_template/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/project_template/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/project_template/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.022 s
[INFO] Finished at: 2023-10-27T11:20:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_regress/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_regress/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_regress/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.884 s
[INFO] Finished at: 2023-10-27T11:20:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_regress/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_regress/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_regress/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.028 s
[INFO] Finished at: 2023-10-27T11:20:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_regress/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_regress/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/fixtures_regress/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.546 s
[INFO] Finished at: 2023-10-27T11:20:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dates/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dates/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dates/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.156 s
[INFO] Finished at: 2023-10-27T11:20:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dates/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dates/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dates/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.975 s
[INFO] Finished at: 2023-10-27T11:20:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dates/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dates/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dates/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.763 s
[INFO] Finished at: 2023-10-27T11:20:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/test_commands/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/test_commands/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/test_commands/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.205 s
[INFO] Finished at: 2023-10-27T11:21:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/test_operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/test_operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/test_operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.974 s
[INFO] Finished at: 2023-10-27T11:21:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.975 s
[INFO] Finished at: 2023-10-27T11:21:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/migrations/0001_setup_extensions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/migrations/0001_setup_extensions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/migrations/0001_setup_extensions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.044 s
[INFO] Finished at: 2023-10-27T11:21:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.964 s
[INFO] Finished at: 2023-10-27T11:21:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/migrations/0002_create_models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/migrations/0002_create_models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gis_migrations/migrations/0002_create_models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.776 s
[INFO] Finished at: 2023-10-27T11:21:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.027 s
[INFO] Finished at: 2023-10-27T11:21:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/admin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.978 s
[INFO] Finished at: 2023-10-27T11:21:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.998 s
[INFO] Finished at: 2023-10-27T11:21:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.027 s
[INFO] Finished at: 2023-10-27T11:21:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin_deprecated/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.581 s
[INFO] Finished at: 2023-10-27T11:21:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_gis_tests_utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 124ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_gis_tests_utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_gis_tests_utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.174 s
[INFO] Finished at: 2023-10-27T11:21:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.999 s
[INFO] Finished at: 2023-10-27T11:21:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/admin/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.012 s
[INFO] Finished at: 2023-10-27T11:21:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_measure/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_measure/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_measure/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.128 s
[INFO] Finished at: 2023-10-27T11:21:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.071 s
[INFO] Finished at: 2023-10-27T11:21:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_geom/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_geom/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_geom/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.131 s
[INFO] Finished at: 2023-10-27T11:22:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_raster/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_raster/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_raster/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.233 s
[INFO] Finished at: 2023-10-27T11:22:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.960 s
[INFO] Finished at: 2023-10-27T11:22:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_srs/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_srs/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_srs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.992 s
[INFO] Finished at: 2023-10-27T11:22:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_ds/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_ds/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_ds/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.367 s
[INFO] Finished at: 2023-10-27T11:22:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_envelope/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_envelope/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_envelope/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.502 s
[INFO] Finished at: 2023-10-27T11:22:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_driver/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_driver/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/test_driver/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.308 s
[INFO] Finished at: 2023-10-27T11:22:33Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/gdal_tests/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.093 s
[INFO] Finished at: 2023-10-27T11:22:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.482 s
[INFO] Finished at: 2023-10-27T11:22:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_spatialrefsys/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_spatialrefsys/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_spatialrefsys/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.022 s
[INFO] Finished at: 2023-10-27T11:22:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_geoip2/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 138ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_geoip2/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_geoip2/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.768 s
[INFO] Finished at: 2023-10-27T11:22:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_data/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_data/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_data/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.484 s
[INFO] Finished at: 2023-10-27T11:22:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 103ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.066 s
[INFO] Finished at: 2023-10-27T11:22:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.066 s
[INFO] Finished at: 2023-10-27T11:23:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.112 s
[INFO] Finished at: 2023-10-27T11:23:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 154ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoadmin/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.427 s
[INFO] Finished at: 2023-10-27T11:23:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/layermap/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/layermap/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/layermap/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.613 s
[INFO] Finished at: 2023-10-27T11:23:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/layermap/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/layermap/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/layermap/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.029 s
[INFO] Finished at: 2023-10-27T11:23:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/layermap/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/layermap/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/layermap/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.906 s
[INFO] Finished at: 2023-10-27T11:23:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/inspectapp/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/inspectapp/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/inspectapp/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.182 s
[INFO] Finished at: 2023-10-27T11:23:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/inspectapp/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/inspectapp/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/inspectapp/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.125 s
[INFO] Finished at: 2023-10-27T11:23:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/inspectapp/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/inspectapp/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/inspectapp/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.893 s
[INFO] Finished at: 2023-10-27T11:23:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_geoforms/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_geoforms/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_geoforms/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.271 s
[INFO] Finished at: 2023-10-27T11:23:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/relatedapp/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 124ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/relatedapp/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/relatedapp/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.344 s
[INFO] Finished at: 2023-10-27T11:23:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/relatedapp/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/relatedapp/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/relatedapp/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.090 s
[INFO] Finished at: 2023-10-27T11:23:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/relatedapp/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/relatedapp/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/relatedapp/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.672 s
[INFO] Finished at: 2023-10-27T11:23:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/data/rasters/textrasters/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 127ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/data/rasters/textrasters/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/data/rasters/textrasters/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.236 s
[INFO] Finished at: 2023-10-27T11:23:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/data/rasters/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/data/rasters/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/data/rasters/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.035 s
[INFO] Finished at: 2023-10-27T11:23:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/data/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/data/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/data/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.028 s
[INFO] Finished at: 2023-10-27T11:24:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geo3d/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geo3d/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geo3d/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.330 s
[INFO] Finished at: 2023-10-27T11:24:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geo3d/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geo3d/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geo3d/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.044 s
[INFO] Finished at: 2023-10-27T11:24:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geo3d/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geo3d/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geo3d/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.260 s
[INFO] Finished at: 2023-10-27T11:24:13Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geo3d/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 166ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geo3d/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geo3d/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.026 s
[INFO] Finished at: 2023-10-27T11:24:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/distapp/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 173ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/distapp/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/distapp/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.231 s
[INFO] Finished at: 2023-10-27T11:24:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/distapp/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 228ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/distapp/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/distapp/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.306 s
[INFO] Finished at: 2023-10-27T11:24:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/distapp/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 185ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/distapp/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/distapp/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.414 s
[INFO] Finished at: 2023-10-27T11:24:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_ptr/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 147ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_ptr/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_ptr/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.501 s
[INFO] Finished at: 2023-10-27T11:24:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_mutable_list/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_mutable_list/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_mutable_list/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.140 s
[INFO] Finished at: 2023-10-27T11:24:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 129ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.247 s
[INFO] Finished at: 2023-10-27T11:24:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_io/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 141ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_io/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_io/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.851 s
[INFO] Finished at: 2023-10-27T11:24:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_geos_mutation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 262ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_geos_mutation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_geos_mutation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.913 s
[INFO] Finished at: 2023-10-27T11:25:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_coordseq/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 144ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_coordseq/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_coordseq/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.766 s
[INFO] Finished at: 2023-10-27T11:25:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_geos/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_geos/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geos_tests/test_geos/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  31.076 s
[INFO] Finished at: 2023-10-27T11:25:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_sitemaps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 137ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_sitemaps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_sitemaps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.269 s
[INFO] Finished at: 2023-10-27T11:26:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/feeds/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 138ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/feeds/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/feeds/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.797 s
[INFO] Finished at: 2023-10-27T11:26:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.172 s
[INFO] Finished at: 2023-10-27T11:26:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_serializers/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_serializers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_serializers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.105 s
[INFO] Finished at: 2023-10-27T11:26:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.316 s
[INFO] Finished at: 2023-10-27T11:26:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_indexes/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_indexes/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_indexes/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.901 s
[INFO] Finished at: 2023-10-27T11:26:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/sitemaps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 194ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/sitemaps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/sitemaps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.703 s
[INFO] Finished at: 2023-10-27T11:26:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_functions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 140ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_functions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_functions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.419 s
[INFO] Finished at: 2023-10-27T11:26:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.263 s
[INFO] Finished at: 2023-10-27T11:26:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_feeds/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_feeds/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_feeds/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.843 s
[INFO] Finished at: 2023-10-27T11:26:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_regress/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_regress/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_regress/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.380 s
[INFO] Finished at: 2023-10-27T11:27:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_expressions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_expressions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/test_expressions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.929 s
[INFO] Finished at: 2023-10-27T11:27:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geoapp/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.902 s
[INFO] Finished at: 2023-10-27T11:27:28Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 132ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.888 s
[INFO] Finished at: 2023-10-27T11:27:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/test_rasterfield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/test_rasterfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/test_rasterfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.465 s
[INFO] Finished at: 2023-10-27T11:27:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.418 s
[INFO] Finished at: 2023-10-27T11:27:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.462 s
[INFO] Finished at: 2023-10-27T11:27:46Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/migrations/0001_setup_extensions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 148ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/migrations/0001_setup_extensions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/migrations/0001_setup_extensions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.477 s
[INFO] Finished at: 2023-10-27T11:27:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/migrations/0002_rastermodels/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 137ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/migrations/0002_rastermodels/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/migrations/0002_rastermodels/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.821 s
[INFO] Finished at: 2023-10-27T11:27:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 132ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/rasterapp/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.370 s
[INFO] Finished at: 2023-10-27T11:27:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geogapp/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geogapp/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geogapp/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.507 s
[INFO] Finished at: 2023-10-27T11:28:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geogapp/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 133ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geogapp/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geogapp/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.244 s
[INFO] Finished at: 2023-10-27T11:28:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geogapp/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geogapp/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/geogapp/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.901 s
[INFO] Finished at: 2023-10-27T11:28:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_fields/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/gis_tests/test_fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.484 s
[INFO] Finished at: 2023-10-27T11:28:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/test_lookups/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 124ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/test_lookups/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/test_lookups/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.717 s
[INFO] Finished at: 2023-10-27T11:28:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/test_decimalfield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 115ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/test_decimalfield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/test_decimalfield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.765 s
[INFO] Finished at: 2023-10-27T11:28:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.184 s
[INFO] Finished at: 2023-10-27T11:28:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.106 s
[INFO] Finished at: 2023-10-27T11:28:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/test_timefield/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 172ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/test_timefield/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/test_timefield/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.483 s
[INFO] Finished at: 2023-10-27T11:28:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/lookup/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.279 s
[INFO] Finished at: 2023-10-27T11:28:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/managers_regress/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 125ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/managers_regress/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/managers_regress/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.468 s
[INFO] Finished at: 2023-10-27T11:28:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/managers_regress/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/managers_regress/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/managers_regress/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.163 s
[INFO] Finished at: 2023-10-27T11:28:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/managers_regress/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/managers_regress/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/managers_regress/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.892 s
[INFO] Finished at: 2023-10-27T11:29:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/files/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/files/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/files/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.092 s
[INFO] Finished at: 2023-10-27T11:29:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/files/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/files/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/files/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.885 s
[INFO] Finished at: 2023-10-27T11:29:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mutually_referential/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mutually_referential/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mutually_referential/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.205 s
[INFO] Finished at: 2023-10-27T11:29:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mutually_referential/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mutually_referential/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mutually_referential/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.132 s
[INFO] Finished at: 2023-10-27T11:29:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mutually_referential/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mutually_referential/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/mutually_referential/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.178 s
[INFO] Finished at: 2023-10-27T11:29:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.464 s
[INFO] Finished at: 2023-10-27T11:29:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.044 s
[INFO] Finished at: 2023-10-27T11:29:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/test_actions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/test_actions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/test_actions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.850 s
[INFO] Finished at: 2023-10-27T11:29:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/test_checks/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/test_checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/test_checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.388 s
[INFO] Finished at: 2023-10-27T11:29:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/modeladmin/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.786 s
[INFO] Finished at: 2023-10-27T11:29:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/test_operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/test_operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/test_operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.845 s
[INFO] Finished at: 2023-10-27T11:29:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/test_features/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/test_features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/test_features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.206 s
[INFO] Finished at: 2023-10-27T11:29:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.095 s
[INFO] Finished at: 2023-10-27T11:29:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/test_creation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 128ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/test_creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/test_creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.312 s
[INFO] Finished at: 2023-10-27T11:30:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/test_introspection/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/test_introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/test_introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.801 s
[INFO] Finished at: 2023-10-27T11:30:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/sqlite/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.021 s
[INFO] Finished at: 2023-10-27T11:30:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/test_operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/test_operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/test_operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.560 s
[INFO] Finished at: 2023-10-27T11:30:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.051 s
[INFO] Finished at: 2023-10-27T11:30:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/test_creation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/test_creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/test_creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.643 s
[INFO] Finished at: 2023-10-27T11:30:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/test_introspection/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/test_introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/test_introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.302 s
[INFO] Finished at: 2023-10-27T11:30:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 132ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/oracle/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.897 s
[INFO] Finished at: 2023-10-27T11:30:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 132ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.613 s
[INFO] Finished at: 2023-10-27T11:30:37Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.399 s
[INFO] Finished at: 2023-10-27T11:30:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/test_utils/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/test_utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/test_utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.047 s
[INFO] Finished at: 2023-10-27T11:30:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/test_operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 167ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/test_operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/test_operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.421 s
[INFO] Finished at: 2023-10-27T11:30:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.670 s
[INFO] Finished at: 2023-10-27T11:30:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/test_server_side_cursors/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/test_server_side_cursors/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.344 s
[INFO] Finished at: 2023-10-27T11:31:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/test_creation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/test_creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/test_creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.881 s
[INFO] Finished at: 2023-10-27T11:31:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/test_introspection/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/test_introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/test_introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.305 s
[INFO] Finished at: 2023-10-27T11:31:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 133ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/postgresql/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.100 s
[INFO] Finished at: 2023-10-27T11:31:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/test_ddl_references/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/test_ddl_references/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/test_ddl_references/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.582 s
[INFO] Finished at: 2023-10-27T11:31:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.298 s
[INFO] Finished at: 2023-10-27T11:31:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_features/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.275 s
[INFO] Finished at: 2023-10-27T11:31:27Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.010 s
[INFO] Finished at: 2023-10-27T11:31:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_creation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.428 s
[INFO] Finished at: 2023-10-27T11:31:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_introspection/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.428 s
[INFO] Finished at: 2023-10-27T11:31:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_schema/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/test_schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.260 s
[INFO] Finished at: 2023-10-27T11:31:42Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/mysql/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.399 s
[INFO] Finished at: 2023-10-27T11:31:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.385 s
[INFO] Finished at: 2023-10-27T11:31:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.770 s
[INFO] Finished at: 2023-10-27T11:31:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_features/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_features/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_features/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.116 s
[INFO] Finished at: 2023-10-27T11:32:01Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.977 s
[INFO] Finished at: 2023-10-27T11:32:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_creation/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_creation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_creation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.967 s
[INFO] Finished at: 2023-10-27T11:32:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 129ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/app_unmigrated/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/app_unmigrated/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.317 s
[INFO] Finished at: 2023-10-27T11:32:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/app_unmigrated/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/app_unmigrated/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.399 s
[INFO] Finished at: 2023-10-27T11:32:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/app_unmigrated/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/app_unmigrated/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.207 s
[INFO] Finished at: 2023-10-27T11:32:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 174ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/app_unmigrated/migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/app_unmigrated/migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.439 s
[INFO] Finished at: 2023-10-27T11:32:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_base/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.164 s
[INFO] Finished at: 2023-10-27T11:32:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_client/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 177ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.557 s
[INFO] Finished at: 2023-10-27T11:32:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_introspection/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.347 s
[INFO] Finished at: 2023-10-27T11:32:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_schema/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_schema/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/backends/base/test_schema/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.126 s
[INFO] Finished at: 2023-10-27T11:32:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datetimes/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datetimes/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datetimes/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.239 s
[INFO] Finished at: 2023-10-27T11:32:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datetimes/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datetimes/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datetimes/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.035 s
[INFO] Finished at: 2023-10-27T11:32:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datetimes/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datetimes/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/datetimes/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.126 s
[INFO] Finished at: 2023-10-27T11:32:53Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/wsgi/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/wsgi/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/wsgi/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.059 s
[INFO] Finished at: 2023-10-27T11:32:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/wsgi/wsgi/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/wsgi/wsgi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/wsgi/wsgi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.023 s
[INFO] Finished at: 2023-10-27T11:33:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/wsgi/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/wsgi/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/wsgi/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.184 s
[INFO] Finished at: 2023-10-27T11:33:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/wsgi/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/wsgi/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/wsgi/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.580 s
[INFO] Finished at: 2023-10-27T11:33:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_earliest_or_latest/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_earliest_or_latest/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_earliest_or_latest/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.298 s
[INFO] Finished at: 2023-10-27T11:33:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_earliest_or_latest/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_earliest_or_latest/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_earliest_or_latest/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.029 s
[INFO] Finished at: 2023-10-27T11:33:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_earliest_or_latest/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_earliest_or_latest/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/get_earliest_or_latest/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.968 s
[INFO] Finished at: 2023-10-27T11:33:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_loader/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_loader/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_loader/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.022 s
[INFO] Finished at: 2023-10-27T11:33:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_loader/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_loader/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/template_loader/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.047 s
[INFO] Finished at: 2023-10-27T11:33:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance_regress/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance_regress/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance_regress/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.675 s
[INFO] Finished at: 2023-10-27T11:33:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance_regress/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance_regress/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance_regress/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.995 s
[INFO] Finished at: 2023-10-27T11:33:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance_regress/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance_regress/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance_regress/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.182 s
[INFO] Finished at: 2023-10-27T11:33:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 131ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.714 s
[INFO] Finished at: 2023-10-27T11:33:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.008 s
[INFO] Finished at: 2023-10-27T11:33:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance/test_abstract_inheritance/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance/test_abstract_inheritance/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance/test_abstract_inheritance/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.294 s
[INFO] Finished at: 2023-10-27T11:33:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/model_inheritance/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.230 s
[INFO] Finished at: 2023-10-27T11:33:57Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signed_cookies_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signed_cookies_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signed_cookies_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.026 s
[INFO] Finished at: 2023-10-27T11:34:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signed_cookies_tests/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 116ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signed_cookies_tests/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/signed_cookies_tests/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.547 s
[INFO] Finished at: 2023-10-27T11:34:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 117ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.097 s
[INFO] Finished at: 2023-10-27T11:34:08Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.070 s
[INFO] Finished at: 2023-10-27T11:34:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/empty/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/empty/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.086 s
[INFO] Finished at: 2023-10-27T11:34:15Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/tests_sample/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/tests_sample/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.243 s
[INFO] Finished at: 2023-10-27T11:34:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/doctests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/doctests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.263 s
[INFO] Finished at: 2023-10-27T11:34:22Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.320 s
[INFO] Finished at: 2023-10-27T11:34:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/tests/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/tests/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.435 s
[INFO] Finished at: 2023-10-27T11:34:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 141ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/pattern_tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/sample/pattern_tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.631 s
[INFO] Finished at: 2023-10-27T11:34:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/tagged/tests_inheritance/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 161ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/tagged/tests_inheritance/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/tagged/tests_inheritance/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.076 s
[INFO] Finished at: 2023-10-27T11:34:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/tagged/tests_syntax_error/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/tagged/tests_syntax_error/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.398 s
[INFO] Finished at: 2023-10-27T11:34:43Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/tagged/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/tagged/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.260 s
[INFO] Finished at: 2023-10-27T11:34:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/tagged/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/tagged/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.288 s
[INFO] Finished at: 2023-10-27T11:34:50Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/simple/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/simple/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.176 s
[INFO] Finished at: 2023-10-27T11:34:54Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/simple/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 114ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/simple/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/simple/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.428 s
[INFO] Finished at: 2023-10-27T11:34:58Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/databases/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/databases/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/databases/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.060 s
[INFO] Finished at: 2023-10-27T11:35:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/databases/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/databases/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.090 s
[INFO] Finished at: 2023-10-27T11:35:05Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/buffer/tests_buffer/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_runner_apps/buffer/tests_buffer/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.261 s
[INFO] Finished at: 2023-10-27T11:35:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.953 s
[INFO] Finished at: 2023-10-27T11:35:12Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/test_conditional_content_removal/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 124ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/test_conditional_content_removal/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/test_conditional_content_removal/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.310 s
[INFO] Finished at: 2023-10-27T11:35:16Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/auth_backends/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/auth_backends/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/auth_backends/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.026 s
[INFO] Finished at: 2023-10-27T11:35:19Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/test_fakepayload/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/test_fakepayload/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/test_fakepayload/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.154 s
[INFO] Finished at: 2023-10-27T11:35:23Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/urls_middleware_urlconf/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/urls_middleware_urlconf/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/urls_middleware_urlconf/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.080 s
[INFO] Finished at: 2023-10-27T11:35:26Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.998 s
[INFO] Finished at: 2023-10-27T11:35:31Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.530 s
[INFO] Finished at: 2023-10-27T11:35:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/test_client/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.223 s
[INFO] Finished at: 2023-10-27T11:35:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_utils/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_utils/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_utils/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.069 s
[INFO] Finished at: 2023-10-27T11:35:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_utils/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_utils/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/db_utils/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.381 s
[INFO] Finished at: 2023-10-27T11:35:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/distinct_on_fields/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/distinct_on_fields/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/distinct_on_fields/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.201 s
[INFO] Finished at: 2023-10-27T11:35:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/distinct_on_fields/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/distinct_on_fields/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/distinct_on_fields/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.006 s
[INFO] Finished at: 2023-10-27T11:35:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/distinct_on_fields/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/distinct_on_fields/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/distinct_on_fields/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.466 s
[INFO] Finished at: 2023-10-27T11:36:04Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shortcuts/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shortcuts/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shortcuts/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.049 s
[INFO] Finished at: 2023-10-27T11:36:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shortcuts/urls/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 158ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shortcuts/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shortcuts/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.199 s
[INFO] Finished at: 2023-10-27T11:36:11Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shortcuts/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shortcuts/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shortcuts/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.166 s
[INFO] Finished at: 2023-10-27T11:36:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shortcuts/views/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shortcuts/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/shortcuts/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.134 s
[INFO] Finished at: 2023-10-27T11:36:18Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_search/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 126ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_search/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_search/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.020 s
[INFO] Finished at: 2023-10-27T11:36:24Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_operations/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 118ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.102 s
[INFO] Finished at: 2023-10-27T11:36:30Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.789 s
[INFO] Finished at: 2023-10-27T11:36:34Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_citext/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 105ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_citext/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_citext/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.391 s
[INFO] Finished at: 2023-10-27T11:36:38Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.136 s
[INFO] Finished at: 2023-10-27T11:36:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_signals/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_signals/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_signals/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.203 s
[INFO] Finished at: 2023-10-27T11:36:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_integration/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_integration/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_integration/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.209 s
[INFO] Finished at: 2023-10-27T11:36:48Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/migrations/0001_setup_extensions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/migrations/0001_setup_extensions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/migrations/0001_setup_extensions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.144 s
[INFO] Finished at: 2023-10-27T11:36:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.921 s
[INFO] Finished at: 2023-10-27T11:36:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/migrations/0002_create_test_models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 113ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/migrations/0002_create_test_models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/migrations/0002_create_test_models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.407 s
[INFO] Finished at: 2023-10-27T11:37:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_constraints/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_constraints/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_constraints/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.788 s
[INFO] Finished at: 2023-10-27T11:37:09Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_ranges/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_ranges/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_ranges/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.500 s
[INFO] Finished at: 2023-10-27T11:37:20Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_aggregates/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 131ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_aggregates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_aggregates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.802 s
[INFO] Finished at: 2023-10-27T11:37:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_hstore/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 130ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_hstore/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_hstore/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.540 s
[INFO] Finished at: 2023-10-27T11:37:35Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_indexes/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 129ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_indexes/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_indexes/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.484 s
[INFO] Finished at: 2023-10-27T11:37:41Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_bulk_update/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_bulk_update/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_bulk_update/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.489 s
[INFO] Finished at: 2023-10-27T11:37:45Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/fields/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.175 s
[INFO] Finished at: 2023-10-27T11:37:49Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_index_migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 104ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_index_migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_index_migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.991 s
[INFO] Finished at: 2023-10-27T11:37:52Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_index_migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_index_migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_index_migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.430 s
[INFO] Finished at: 2023-10-27T11:37:56Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_apps/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 111ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.353 s
[INFO] Finished at: 2023-10-27T11:38:00Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_default_migrations/0002_integerarraymodel_field_2/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_default_migrations/0002_integerarraymodel_field_2/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_default_migrations/0002_integerarraymodel_field_2/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.158 s
[INFO] Finished at: 2023-10-27T11:38:03Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_default_migrations/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_default_migrations/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_default_migrations/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.975 s
[INFO] Finished at: 2023-10-27T11:38:07Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_default_migrations/0001_initial/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_default_migrations/0001_initial/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/array_default_migrations/0001_initial/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.251 s
[INFO] Finished at: 2023-10-27T11:38:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_introspection/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_introspection/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_introspection/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.155 s
[INFO] Finished at: 2023-10-27T11:38:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_functions/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_functions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_functions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.166 s
[INFO] Finished at: 2023-10-27T11:38:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_array/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 131ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_array/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_array/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.471 s
[INFO] Finished at: 2023-10-27T11:38:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_unaccent/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_unaccent/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_unaccent/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.329 s
[INFO] Finished at: 2023-10-27T11:38:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/integration_settings/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/integration_settings/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/integration_settings/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.384 s
[INFO] Finished at: 2023-10-27T11:38:40Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_trigram/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 140ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_trigram/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/postgres_tests/test_trigram/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.058 s
[INFO] Finished at: 2023-10-27T11:38:44Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/async/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/async/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/async/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.047 s
[INFO] Finished at: 2023-10-27T11:38:47Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/async/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 119ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/async/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/async/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.255 s
[INFO] Finished at: 2023-10-27T11:38:51Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/async/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 131ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/async/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/async/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.772 s
[INFO] Finished at: 2023-10-27T11:38:55Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_methods/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 121ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_methods/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_methods/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.291 s
[INFO] Finished at: 2023-10-27T11:38:59Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_methods/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 112ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_methods/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_methods/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.034 s
[INFO] Finished at: 2023-10-27T11:39:02Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_methods/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 122ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_methods/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/custom_methods/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.313 s
[INFO] Finished at: 2023-10-27T11:39:06Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/test_mysql/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 123ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/test_mysql/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/test_mysql/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.034 s
[INFO] Finished at: 2023-10-27T11:39:10Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/test_oracle/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/test_oracle/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/test_oracle/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.235 s
[INFO] Finished at: 2023-10-27T11:39:14Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.029 s
[INFO] Finished at: 2023-10-27T11:39:17Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/fake_client/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 110ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/fake_client/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/fake_client/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.122 s
[INFO] Finished at: 2023-10-27T11:39:21Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/test_postgresql/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/test_postgresql/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/test_postgresql/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.726 s
[INFO] Finished at: 2023-10-27T11:39:25Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/tests/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.198 s
[INFO] Finished at: 2023-10-27T11:39:29Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.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]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 120ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/test_sqlite/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/dbshell/test_sqlite/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.191 s
[INFO] Finished at: 2023-10-27T11:39:32Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/ordering/models/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 109ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/ordering/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/ordering/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.314 s
[INFO] Finished at: 2023-10-27T11:39:36Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/ordering/__init__/genUnsupportedEO
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.23.11:parse (compile) @ test ---
[INFO] 51 attributes loaded from 48 stream(s) in 108ms, 51 saved, 572 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-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;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] --- resources:3.3.1:resources (default-resources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/ordering/__init__/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ test ---
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/ordering/__init__/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.138 s
[INFO] Finished at: 2023-10-27T11:39:39Z
[INFO] ------------------------------------------------------------------------

checking syntax in /tmp/org.polystat.py2eo.12540798717637393647.tmp/django/tests/ordering/tests/genUnsupportedEO
81c18bf87ba160db671181e841b63b01dd484fe51cb959d158a0bafde8f827f5
'pid' file is absent on the server after the end of operation; it seems that we didn't manage to start Docker container correctly